Html Css Color HEX #408CB5 Curious Blue

📋 copy color: '#408CB5'

red 64 ◦ green 140 ◦ blue 181

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

Shades of Curious Blue #408CB5

Tints of Curious Blue #408CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.01%

R = 16.62%
G = 36.36%
B = 47.01%

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

#408CB5 (or 0x408CB5) is known color: Curious Blue. HEX triplet: 40, 8C and B5. RGB value is (64,140,181). Sum of RGB (Red+Green+Blue) = 64+140+181=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 181 - color contains mainly: blue. Hex color #408CB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408CB5 is #BF734A. Grayscale: #797979. Windows color (decimal): -12546891 or 11897920. OLE color: 11897920.

HSL color Cylindrical-coordinate representation of color #408CB5: hue angle of 201.03º 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 #408CB5 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 140 181 -
CMYK 0.65 0.23 0 0.29
HSL 201.03º 0.48% 0.48% -
HSV(B) 201.03º 0.65% 0.71% -
XYZ 19.83 23.18 47.15 -
YUV 121.95 161.32 86.67 -
System Red Green Blue C M Y K H S L
Decimal 64 140 181 0.65 0.23 0 0.29 201.03 0.48 0.48
Hex 40 8C B5 41 17 0 1D C9 30 30
Octal 100 214 265 101 27 0 35 311 60 60
Binary 1000000 10001100 10110101 1000001 10111 0 11101 11001001 110000 110000

Color Harmonies of #408CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CB5

Black with #408CB5

Text Example


Text Example

White with #408CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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