Html Css Color HEX #032AA8 International Klein Blue
📋 copy color: '#032AA8'red 3 ◦ green 42 ◦ blue 168
Shades of International Klein Blue #032AA8
Tints of International Klein Blue #032AA8
RGB
CMYK
RGB Variations
Color information
#032AA8 (or 0x032AA8) is known color: International Klein Blue. HEX triplet: 03, 2A and A8. RGB value is (3,42,168). Sum of RGB (Red+Green+Blue) = 3+42+168=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 168 (66.02% from 255 or 78.87% from 213); Max value from RGB is 168 - color contains mainly: blue. Hex color #032AA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032AA8 is #FCD557. Grayscale: #2C2C2C. Windows color (decimal): -16569688 or 11020803. OLE color: 11020803.
HSL color Cylindrical-coordinate representation of color #032AA8: hue angle of 225.82º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032AA8 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 42 | 168 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.34 |
| HSL | 225.82º | 0.96% | 0.34% | - |
| HSV(B) | 225.82º | 0.98% | 0.66% | - |
| XYZ | 7.93 | 4.5 | 37.5 | - |
| YUV | 44.7 | 197.58 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 168 | 0.98 | 0.75 | 0 | 0.34 | 225.82 | 0.96 | 0.34 |
| Hex | 3 | 2A | A8 | 62 | 4B | 0 | 22 | E2 | 60 | 22 |
| Octal | 3 | 52 | 250 | 142 | 113 | 0 | 42 | 342 | 140 | 42 |
| Binary | 11 | 101010 | 10101000 | 1100010 | 1001011 | 0 | 100010 | 11100010 | 1100000 | 100010 |
Color Harmonies of #032AA8
Complementary color
Monochromatic Colors of #032AA8
Black with #032AA8
Text Example
Text Example
White with #032AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032AA8; }
p { color: rgb(3,42,168); }
H1.HeaderClassName
{
color: #032AA8;
}
.AnyTagClassName
{
color: #032AA8;
}
</style>
background-color css
<style>
a { background-color: #032AA8; }
a { background-color: rgb(3,42,168); }
div.DivClassName
{
background-color: #032AA8;
}
.BgClassName
{
background-color: #032AA8;
}
</style>
border-color css
<style>
span { border-color: #032AA8; }
span { border-color: rgb(3,42,168); }
td.TdClassName
{
border-color: #032AA8;
}
.TagClassName
{
border-color: #032AA8;
}
</style>