Shades of Curious Blue #408AB4
Tints of Curious Blue #408AB4
RGB
CMYK
RGB Variations
Color information
#408AB4 (or 0x408AB4) is known color: Curious Blue. HEX triplet: 40, 8A and B4. RGB value is (64,138,180). Sum of RGB (Red+Green+Blue) = 64+138+180=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #408AB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408AB4 is #BF754B. Grayscale: #787878. Windows color (decimal): -12547404 or 11831872. OLE color: 11831872.
HSL color Cylindrical-coordinate representation of color #408AB4: hue angle of 201.72º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #408AB4 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 138 | 180 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.29 |
| HSL | 201.72º | 0.48% | 0.48% | - |
| HSV(B) | 201.72º | 0.64% | 0.71% | - |
| XYZ | 19.44 | 22.56 | 46.51 | - |
| YUV | 120.66 | 161.48 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 180 | 0.64 | 0.23 | 0 | 0.29 | 201.72 | 0.48 | 0.48 |
| Hex | 40 | 8A | B4 | 40 | 17 | 0 | 1D | CA | 30 | 30 |
| Octal | 100 | 212 | 264 | 100 | 27 | 0 | 35 | 312 | 60 | 60 |
| Binary | 1000000 | 10001010 | 10110100 | 1000000 | 10111 | 0 | 11101 | 11001010 | 110000 | 110000 |
Color Harmonies of #408AB4
Complementary color
Monochromatic Colors of #408AB4
Black with #408AB4
Text Example
Text Example
White with #408AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408AB4; }
p { color: rgb(64,138,180); }
H1.HeaderClassName
{
color: #408AB4;
}
.AnyTagClassName
{
color: #408AB4;
}
</style>
background-color css
<style>
a { background-color: #408AB4; }
a { background-color: rgb(64,138,180); }
div.DivClassName
{
background-color: #408AB4;
}
.BgClassName
{
background-color: #408AB4;
}
</style>
border-color css
<style>
span { border-color: #408AB4; }
span { border-color: rgb(64,138,180); }
td.TdClassName
{
border-color: #408AB4;
}
.TagClassName
{
border-color: #408AB4;
}
</style>