Html Css Color HEX #408AB6 Curious Blue

📋 copy color: '#408AB6'

red 64 ◦ green 138 ◦ blue 182

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

Shades of Curious Blue #408AB6

Tints of Curious Blue #408AB6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.94%

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

R = 16.67%
G = 35.94%
B = 47.4%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#408AB6 (or 0x408AB6) is known color: Curious Blue. HEX triplet: 40, 8A and B6. RGB value is (64,138,182). Sum of RGB (Red+Green+Blue) = 64+138+182=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 182 - color contains mainly: blue. Hex color #408AB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408AB6 is #BF7549. Grayscale: #787878. Windows color (decimal): -12547402 or 11962944. OLE color: 11962944.

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

Color convert

RGB 64 138 182 -
CMYK 0.65 0.24 0 0.29
HSL 202.37º 0.48% 0.48% -
HSV(B) 202.37º 0.65% 0.71% -
XYZ 19.65 22.64 47.59 -
YUV 120.89 162.48 87.42 -
System Red Green Blue C M Y K H S L
Decimal 64 138 182 0.65 0.24 0 0.29 202.37 0.48 0.48
Hex 40 8A B6 41 18 0 1D CA 30 30
Octal 100 212 266 101 30 0 35 312 60 60
Binary 1000000 10001010 10110110 1000001 11000 0 11101 11001010 110000 110000

Color Harmonies of #408AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408AB6

Black with #408AB6

Text Example


Text Example

White with #408AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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