Html Css Color HEX #408CB6 Curious Blue

📋 copy color: '#408CB6'

red 64 ◦ green 140 ◦ blue 182

#408CB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #408CB6

Tints of Curious Blue #408CB6

RGB

 RED value IS 64 (25.39% from 255) = 16.58%

 GREEN value IS 140 (55.08% from 255) = 36.27%

 BLUE value IS 182 (71.48% from 255) = 47.15%

R = 16.58%
G = 36.27%
B = 47.15%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#408CB6 (or 0x408CB6) is known color: Curious Blue. HEX triplet: 40, 8C and B6. RGB value is (64,140,182). Sum of RGB (Red+Green+Blue) = 64+140+182=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 182 - color contains mainly: blue. Hex color #408CB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408CB6 is #BF7349. Grayscale: #797979. Windows color (decimal): -12546890 or 11963456. OLE color: 11963456.

HSL color Cylindrical-coordinate representation of color #408CB6: hue angle of 201.36º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #408CB6 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 140 182 -
CMYK 0.65 0.23 0 0.29
HSL 201.36º 0.48% 0.48% -
HSV(B) 201.36º 0.65% 0.71% -
XYZ 19.94 23.22 47.69 -
YUV 122.06 161.82 86.58 -
System Red Green Blue C M Y K H S L
Decimal 64 140 182 0.65 0.23 0 0.29 201.36 0.48 0.48
Hex 40 8C B6 41 17 0 1D C9 30 30
Octal 100 214 266 101 27 0 35 311 60 60
Binary 1000000 10001100 10110110 1000001 10111 0 11101 11001001 110000 110000

Color Harmonies of #408CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CB6

Black with #408CB6

Text Example


Text Example

White with #408CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408CB6; }

 p { color: rgb(64,140,182); }

 H1.HeaderClassName
 {
   color: #408CB6;
 }
 .AnyTagClassName
 {
   color: #408CB6;
 }
</style>

background-color css

<style>
 a { background-color: #408CB6; }

 a { background-color: rgb(64,140,182); }

 div.DivClassName
 {
   background-color: #408CB6;
 }
 .BgClassName
 {
   background-color: #408CB6;
 }
</style>

border-color css

<style>
 span { border-color: #408CB6; }

 span { border-color: rgb(64,140,182); }

 td.TdClassName
 {
   border-color: #408CB6;
 }
 .TagClassName
 {
   border-color: #408CB6;
 }
</style>