Html Css Color HEX #032AAC International Klein Blue
📋 copy color: '#032AAC'red 3 ◦ green 42 ◦ blue 172
Shades of International Klein Blue #032AAC
Tints of International Klein Blue #032AAC
RGB
CMYK
RGB Variations
Color information
#032AAC (or 0x032AAC) is known color: International Klein Blue. HEX triplet: 03, 2A and AC. RGB value is (3,42,172). Sum of RGB (Red+Green+Blue) = 3+42+172=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 172 (67.58% from 255 or 79.26% from 217); Max value from RGB is 172 - color contains mainly: blue. Hex color #032AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032AAC is #FCD553. Grayscale: #2C2C2C. Windows color (decimal): -16569684 or 11282947. OLE color: 11282947.
HSL color Cylindrical-coordinate representation of color #032AAC: hue angle of 226.15º 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 #032AAC is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 42 | 172 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.33 |
| HSL | 226.15º | 0.97% | 0.34% | - |
| HSV(B) | 226.15º | 0.98% | 0.67% | - |
| XYZ | 8.31 | 4.65 | 39.49 | - |
| YUV | 45.16 | 199.58 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 172 | 0.98 | 0.76 | 0 | 0.33 | 226.15 | 0.97 | 0.34 |
| Hex | 3 | 2A | AC | 62 | 4C | 0 | 21 | E2 | 61 | 22 |
| Octal | 3 | 52 | 254 | 142 | 114 | 0 | 41 | 342 | 141 | 42 |
| Binary | 11 | 101010 | 10101100 | 1100010 | 1001100 | 0 | 100001 | 11100010 | 1100001 | 100010 |
Color Harmonies of #032AAC
Complementary color
Monochromatic Colors of #032AAC
Black with #032AAC
Text Example
Text Example
White with #032AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032AAC; }
p { color: rgb(3,42,172); }
H1.HeaderClassName
{
color: #032AAC;
}
.AnyTagClassName
{
color: #032AAC;
}
</style>
background-color css
<style>
a { background-color: #032AAC; }
a { background-color: rgb(3,42,172); }
div.DivClassName
{
background-color: #032AAC;
}
.BgClassName
{
background-color: #032AAC;
}
</style>
border-color css
<style>
span { border-color: #032AAC; }
span { border-color: rgb(3,42,172); }
td.TdClassName
{
border-color: #032AAC;
}
.TagClassName
{
border-color: #032AAC;
}
</style>