Html Css Color HEX #032CA1 International Klein Blue
📋 copy color: '#032CA1'red 3 ◦ green 44 ◦ blue 161
Shades of International Klein Blue #032CA1
Tints of International Klein Blue #032CA1
RGB
CMYK
RGB Variations
Color information
#032CA1 (or 0x032CA1) is known color: International Klein Blue. HEX triplet: 03, 2C and A1. RGB value is (3,44,161). Sum of RGB (Red+Green+Blue) = 3+44+161=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 161 (63.28% from 255 or 77.40% from 208); Max value from RGB is 161 - color contains mainly: blue. Hex color #032CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032CA1 is #FCD35E. Grayscale: #2C2C2C. Windows color (decimal): -16569183 or 10562563. OLE color: 10562563.
HSL color Cylindrical-coordinate representation of color #032CA1: hue angle of 224.43º 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 #032CA1 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 44 | 161 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.37 |
| HSL | 224.43º | 0.96% | 0.32% | - |
| HSV(B) | 224.43º | 0.98% | 0.63% | - |
| XYZ | 7.37 | 4.39 | 34.18 | - |
| YUV | 45.08 | 193.42 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 161 | 0.98 | 0.73 | 0 | 0.37 | 224.43 | 0.96 | 0.32 |
| Hex | 3 | 2C | A1 | 62 | 49 | 0 | 25 | E0 | 60 | 20 |
| Octal | 3 | 54 | 241 | 142 | 111 | 0 | 45 | 340 | 140 | 40 |
| Binary | 11 | 101100 | 10100001 | 1100010 | 1001001 | 0 | 100101 | 11100000 | 1100000 | 100000 |
Color Harmonies of #032CA1
Complementary color
Monochromatic Colors of #032CA1
Black with #032CA1
Text Example
Text Example
White with #032CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032CA1; }
p { color: rgb(3,44,161); }
H1.HeaderClassName
{
color: #032CA1;
}
.AnyTagClassName
{
color: #032CA1;
}
</style>
background-color css
<style>
a { background-color: #032CA1; }
a { background-color: rgb(3,44,161); }
div.DivClassName
{
background-color: #032CA1;
}
.BgClassName
{
background-color: #032CA1;
}
</style>
border-color css
<style>
span { border-color: #032CA1; }
span { border-color: rgb(3,44,161); }
td.TdClassName
{
border-color: #032CA1;
}
.TagClassName
{
border-color: #032CA1;
}
</style>