Html Css Color HEX #032DC0 International Klein Blue
📋 copy color: '#032DC0'red 3 ◦ green 45 ◦ blue 192
Shades of International Klein Blue #032DC0
Tints of International Klein Blue #032DC0
RGB
CMYK
RGB Variations
Color information
#032DC0 (or 0x032DC0) is known color: International Klein Blue. HEX triplet: 03, 2D and C0. RGB value is (3,45,192). Sum of RGB (Red+Green+Blue) = 3+45+192=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 192 (75.39% from 255 or 80% from 240); Max value from RGB is 192 - color contains mainly: blue. Hex color #032DC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032DC0 is #FCD23F. Grayscale: #303030. Windows color (decimal): -16568896 or 12594435. OLE color: 12594435.
HSL color Cylindrical-coordinate representation of color #032DC0: hue angle of 226.67º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032DC0 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 45 | 192 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.25 |
| HSL | 226.67º | 0.97% | 0.38% | - |
| HSV(B) | 226.67º | 0.98% | 0.75% | - |
| XYZ | 10.49 | 5.7 | 50.42 | - |
| YUV | 49.2 | 208.59 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 192 | 0.98 | 0.77 | 0 | 0.25 | 226.67 | 0.97 | 0.38 |
| Hex | 3 | 2D | C0 | 62 | 4D | 0 | 19 | E3 | 61 | 26 |
| Octal | 3 | 55 | 300 | 142 | 115 | 0 | 31 | 343 | 141 | 46 |
| Binary | 11 | 101101 | 11000000 | 1100010 | 1001101 | 0 | 11001 | 11100011 | 1100001 | 100110 |
Color Harmonies of #032DC0
Complementary color
Monochromatic Colors of #032DC0
Black with #032DC0
Text Example
Text Example
White with #032DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032DC0; }
p { color: rgb(3,45,192); }
H1.HeaderClassName
{
color: #032DC0;
}
.AnyTagClassName
{
color: #032DC0;
}
</style>
background-color css
<style>
a { background-color: #032DC0; }
a { background-color: rgb(3,45,192); }
div.DivClassName
{
background-color: #032DC0;
}
.BgClassName
{
background-color: #032DC0;
}
</style>
border-color css
<style>
span { border-color: #032DC0; }
span { border-color: rgb(3,45,192); }
td.TdClassName
{
border-color: #032DC0;
}
.TagClassName
{
border-color: #032DC0;
}
</style>