Html Css Color HEX #032DAA International Klein Blue
📋 copy color: '#032DAA'red 3 ◦ green 45 ◦ blue 170
Shades of International Klein Blue #032DAA
Tints of International Klein Blue #032DAA
RGB
CMYK
RGB Variations
Color information
#032DAA (or 0x032DAA) is known color: International Klein Blue. HEX triplet: 03, 2D and AA. RGB value is (3,45,170). Sum of RGB (Red+Green+Blue) = 3+45+170=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 170 (66.80% from 255 or 77.98% from 218); Max value from RGB is 170 - color contains mainly: blue. Hex color #032DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032DAA is #FCD255. Grayscale: #2E2E2E. Windows color (decimal): -16568918 or 11152643. OLE color: 11152643.
HSL color Cylindrical-coordinate representation of color #032DAA: hue angle of 224.91º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032DAA is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 45 | 170 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.33 |
| HSL | 224.91º | 0.97% | 0.34% | - |
| HSV(B) | 224.91º | 0.98% | 0.67% | - |
| XYZ | 8.23 | 4.8 | 38.52 | - |
| YUV | 46.69 | 197.59 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 170 | 0.98 | 0.74 | 0 | 0.33 | 224.91 | 0.97 | 0.34 |
| Hex | 3 | 2D | AA | 62 | 4A | 0 | 21 | E1 | 61 | 22 |
| Octal | 3 | 55 | 252 | 142 | 112 | 0 | 41 | 341 | 141 | 42 |
| Binary | 11 | 101101 | 10101010 | 1100010 | 1001010 | 0 | 100001 | 11100001 | 1100001 | 100010 |
Color Harmonies of #032DAA
Complementary color
Monochromatic Colors of #032DAA
Black with #032DAA
Text Example
Text Example
White with #032DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032DAA; }
p { color: rgb(3,45,170); }
H1.HeaderClassName
{
color: #032DAA;
}
.AnyTagClassName
{
color: #032DAA;
}
</style>
background-color css
<style>
a { background-color: #032DAA; }
a { background-color: rgb(3,45,170); }
div.DivClassName
{
background-color: #032DAA;
}
.BgClassName
{
background-color: #032DAA;
}
</style>
border-color css
<style>
span { border-color: #032DAA; }
span { border-color: rgb(3,45,170); }
td.TdClassName
{
border-color: #032DAA;
}
.TagClassName
{
border-color: #032DAA;
}
</style>