Html Css Color HEX #032AA1 International Klein Blue
📋 copy color: '#032AA1'red 3 ◦ green 42 ◦ blue 161
Shades of International Klein Blue #032AA1
Tints of International Klein Blue #032AA1
RGB
CMYK
RGB Variations
Color information
#032AA1 (or 0x032AA1) is known color: International Klein Blue. HEX triplet: 03, 2A and A1. RGB value is (3,42,161). Sum of RGB (Red+Green+Blue) = 3+42+161=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 161 (63.28% from 255 or 78.16% from 206); Max value from RGB is 161 - color contains mainly: blue. Hex color #032AA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032AA1 is #FCD55E. Grayscale: #2B2B2B. Windows color (decimal): -16569695 or 10562051. OLE color: 10562051.
HSL color Cylindrical-coordinate representation of color #032AA1: hue angle of 225.19º 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 #032AA1 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 42 | 161 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.37 |
| HSL | 225.19º | 0.96% | 0.32% | - |
| HSV(B) | 225.19º | 0.98% | 0.63% | - |
| XYZ | 7.3 | 4.25 | 34.15 | - |
| YUV | 43.91 | 194.08 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 161 | 0.98 | 0.74 | 0 | 0.37 | 225.19 | 0.96 | 0.32 |
| Hex | 3 | 2A | A1 | 62 | 4A | 0 | 25 | E1 | 60 | 20 |
| Octal | 3 | 52 | 241 | 142 | 112 | 0 | 45 | 341 | 140 | 40 |
| Binary | 11 | 101010 | 10100001 | 1100010 | 1001010 | 0 | 100101 | 11100001 | 1100000 | 100000 |
Color Harmonies of #032AA1
Complementary color
Monochromatic Colors of #032AA1
Black with #032AA1
Text Example
Text Example
White with #032AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032AA1; }
p { color: rgb(3,42,161); }
H1.HeaderClassName
{
color: #032AA1;
}
.AnyTagClassName
{
color: #032AA1;
}
</style>
background-color css
<style>
a { background-color: #032AA1; }
a { background-color: rgb(3,42,161); }
div.DivClassName
{
background-color: #032AA1;
}
.BgClassName
{
background-color: #032AA1;
}
</style>
border-color css
<style>
span { border-color: #032AA1; }
span { border-color: rgb(3,42,161); }
td.TdClassName
{
border-color: #032AA1;
}
.TagClassName
{
border-color: #032AA1;
}
</style>