Html Css Color HEX #032CA0 International Klein Blue
📋 copy color: '#032CA0'red 3 ◦ green 44 ◦ blue 160
Shades of International Klein Blue #032CA0
Tints of International Klein Blue #032CA0
RGB
CMYK
RGB Variations
Color information
#032CA0 (or 0x032CA0) is known color: International Klein Blue. HEX triplet: 03, 2C and A0. RGB value is (3,44,160). Sum of RGB (Red+Green+Blue) = 3+44+160=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 160 (62.89% from 255 or 77.29% from 207); Max value from RGB is 160 - color contains mainly: blue. Hex color #032CA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032CA0 is #FCD35F. Grayscale: #2C2C2C. Windows color (decimal): -16569184 or 10497027. OLE color: 10497027.
HSL color Cylindrical-coordinate representation of color #032CA0: hue angle of 224.33º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032CA0 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 44 | 160 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.37 |
| HSL | 224.33º | 0.96% | 0.32% | - |
| HSV(B) | 224.33º | 0.98% | 0.63% | - |
| XYZ | 7.28 | 4.36 | 33.72 | - |
| YUV | 44.97 | 192.92 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 160 | 0.98 | 0.72 | 0 | 0.37 | 224.33 | 0.96 | 0.32 |
| Hex | 3 | 2C | A0 | 62 | 48 | 0 | 25 | E0 | 60 | 20 |
| Octal | 3 | 54 | 240 | 142 | 110 | 0 | 45 | 340 | 140 | 40 |
| Binary | 11 | 101100 | 10100000 | 1100010 | 1001000 | 0 | 100101 | 11100000 | 1100000 | 100000 |
Color Harmonies of #032CA0
Complementary color
Monochromatic Colors of #032CA0
Black with #032CA0
Text Example
Text Example
White with #032CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032CA0; }
p { color: rgb(3,44,160); }
H1.HeaderClassName
{
color: #032CA0;
}
.AnyTagClassName
{
color: #032CA0;
}
</style>
background-color css
<style>
a { background-color: #032CA0; }
a { background-color: rgb(3,44,160); }
div.DivClassName
{
background-color: #032CA0;
}
.BgClassName
{
background-color: #032CA0;
}
</style>
border-color css
<style>
span { border-color: #032CA0; }
span { border-color: rgb(3,44,160); }
td.TdClassName
{
border-color: #032CA0;
}
.TagClassName
{
border-color: #032CA0;
}
</style>