Color Hex Logo

#368bcf Color Hex

#368BCF
(54,139,207)
0 Favorites   0 Comments

Color spaces of #368bcf

RGB 54139207
HSL0.570.610.51
HSV207°74°81°
CMYK 0.740.330.00   0.19
XYZ22.016423.754562.4562
Yxy23.75450.20340.2195
Hunter Lab48.7386-4.6598-41.8603
CIE-Lab55.8412-2.5888-42.3120

#368bcf color RGB value is (54,139,207).

#368bcf hex color red value is 54, green value is 139 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #368bcf hue: 0.57 , saturation: 0.61 and the lightness value of 368bcf is 0.51.

The process color (four color CMYK) of #368bcf color hex is 0.74, 0.33, 0.00, 0.19. Web safe color of #368bcf is #3399cc. Color #368bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001011 11001111
Octal 66 213 317
Decimal 54 139 207
Hex 36 8B CF

RGB Percentages of Color #368bcf

%13.50
%34.75
%51.75

CMYK Percentages of Color #368bcf

%74
%33
%0
%19

Triadic Colors of #368bcf

#368bcf #cf368b #8bcf36

Analogous Colors of #368bcf

#368bcf #363fcf #36cfc7

Monochromatic Colors of #368bcf

#368bcf

Complementary Color

#368bcf #cf7a36

#368bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#368bcf Color CSS Codes

.mybgcolor {background-color:#368bcf; } 
.myforecolor {color:#368bcf; }
.mybordercolor {border:3px solid #368bcf; }

#368bcf Text Font Color

<p style="color:#368bcf">Text here</p>

This sample text font color is #368bcf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#368bcf Background Color

<div style="background-color:#368bcf">
Div content here</div>

This div background color is #368bcf


#368bcf Border Color

<div style="border:3px solid #368bcf">
Div here</div>

This div border color is #368bcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,139,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #368bcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #368bcf;
  -webkit-box-shadow: 1px 1px 3px 2px #368bcf;
  box-shadow:         1px 1px 3px 2px #368bcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,139,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #368bcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #368bcf;
  -webkit-box-shadow: 1px 1px 3px 2px #368bcf;
  box-shadow:         1px 1px 3px 2px #368bcf;">
Div content here</div>

This div box has shadow with color #368bcf


Comments

No comments written yet.

Please login to write comment.