Html Css Color HEX #032C9F International Klein Blue
📋 copy color: '#032C9F'red 3 ◦ green 44 ◦ blue 159
Shades of International Klein Blue #032C9F
Tints of International Klein Blue #032C9F
RGB
CMYK
RGB Variations
Color information
#032C9F (or 0x032C9F) is known color: International Klein Blue. HEX triplet: 03, 2C and 9F. RGB value is (3,44,159). Sum of RGB (Red+Green+Blue) = 3+44+159=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 159 (62.5% from 255 or 77.18% from 206); Max value from RGB is 159 - color contains mainly: blue. Hex color #032C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032C9F is #FCD360. Grayscale: #2C2C2C. Windows color (decimal): -16569185 or 10431491. OLE color: 10431491.
HSL color Cylindrical-coordinate representation of color #032C9F: hue angle of 224.23º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032C9F is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 44 | 159 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.38 |
| HSL | 224.23º | 0.96% | 0.32% | - |
| HSV(B) | 224.23º | 0.98% | 0.62% | - |
| XYZ | 7.2 | 4.32 | 33.26 | - |
| YUV | 44.85 | 192.42 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 159 | 0.98 | 0.72 | 0 | 0.38 | 224.23 | 0.96 | 0.32 |
| Hex | 3 | 2C | 9F | 62 | 48 | 0 | 26 | E0 | 60 | 20 |
| Octal | 3 | 54 | 237 | 142 | 110 | 0 | 46 | 340 | 140 | 40 |
| Binary | 11 | 101100 | 10011111 | 1100010 | 1001000 | 0 | 100110 | 11100000 | 1100000 | 100000 |
Color Harmonies of #032C9F
Complementary color
Monochromatic Colors of #032C9F
Black with #032C9F
Text Example
Text Example
White with #032C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C9F; }
p { color: rgb(3,44,159); }
H1.HeaderClassName
{
color: #032C9F;
}
.AnyTagClassName
{
color: #032C9F;
}
</style>
background-color css
<style>
a { background-color: #032C9F; }
a { background-color: rgb(3,44,159); }
div.DivClassName
{
background-color: #032C9F;
}
.BgClassName
{
background-color: #032C9F;
}
</style>
border-color css
<style>
span { border-color: #032C9F; }
span { border-color: rgb(3,44,159); }
td.TdClassName
{
border-color: #032C9F;
}
.TagClassName
{
border-color: #032C9F;
}
</style>