Shades of Curious Blue #408AB3
Tints of Curious Blue #408AB3
RGB
CMYK
RGB Variations
Color information
#408AB3 (or 0x408AB3) is known color: Curious Blue. HEX triplet: 40, 8A and B3. RGB value is (64,138,179). Sum of RGB (Red+Green+Blue) = 64+138+179=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 179 (70.31% from 255 or 46.98% from 381); Max value from RGB is 179 - color contains mainly: blue. Hex color #408AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408AB3 is #BF754C. Grayscale: #787878. Windows color (decimal): -12547405 or 11766336. OLE color: 11766336.
HSL color Cylindrical-coordinate representation of color #408AB3: hue angle of 201.39º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #408AB3 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 138 | 179 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.30 |
| HSL | 201.39º | 0.47% | 0.48% | - |
| HSV(B) | 201.39º | 0.64% | 0.7% | - |
| XYZ | 19.34 | 22.52 | 45.98 | - |
| YUV | 120.55 | 160.98 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 179 | 0.64 | 0.23 | 0 | 0.30 | 201.39 | 0.47 | 0.48 |
| Hex | 40 | 8A | B3 | 40 | 17 | 0 | 1E | C9 | 2F | 30 |
| Octal | 100 | 212 | 263 | 100 | 27 | 0 | 36 | 311 | 57 | 60 |
| Binary | 1000000 | 10001010 | 10110011 | 1000000 | 10111 | 0 | 11110 | 11001001 | 101111 | 110000 |
Color Harmonies of #408AB3
Complementary color
Monochromatic Colors of #408AB3
Black with #408AB3
Text Example
Text Example
White with #408AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408AB3; }
p { color: rgb(64,138,179); }
H1.HeaderClassName
{
color: #408AB3;
}
.AnyTagClassName
{
color: #408AB3;
}
</style>
background-color css
<style>
a { background-color: #408AB3; }
a { background-color: rgb(64,138,179); }
div.DivClassName
{
background-color: #408AB3;
}
.BgClassName
{
background-color: #408AB3;
}
</style>
border-color css
<style>
span { border-color: #408AB3; }
span { border-color: rgb(64,138,179); }
td.TdClassName
{
border-color: #408AB3;
}
.TagClassName
{
border-color: #408AB3;
}
</style>