Html Css Color HEX #032BC0 International Klein Blue
📋 copy color: '#032BC0'red 3 ◦ green 43 ◦ blue 192
Shades of International Klein Blue #032BC0
Tints of International Klein Blue #032BC0
RGB
CMYK
RGB Variations
Color information
#032BC0 (or 0x032BC0) is known color: International Klein Blue. HEX triplet: 03, 2B and C0. RGB value is (3,43,192). Sum of RGB (Red+Green+Blue) = 3+43+192=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 192 (75.39% from 255 or 80.67% from 238); Max value from RGB is 192 - color contains mainly: blue. Hex color #032BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032BC0 is #FCD43F. Grayscale: #2F2F2F. Windows color (decimal): -16569408 or 12593923. OLE color: 12593923.
HSL color Cylindrical-coordinate representation of color #032BC0: hue angle of 227.3º 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 #032BC0 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 43 | 192 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.25 |
| HSL | 227.3º | 0.97% | 0.38% | - |
| HSV(B) | 227.3º | 0.98% | 0.75% | - |
| XYZ | 10.42 | 5.55 | 50.39 | - |
| YUV | 48.03 | 209.25 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 192 | 0.98 | 0.78 | 0 | 0.25 | 227.3 | 0.97 | 0.38 |
| Hex | 3 | 2B | C0 | 62 | 4E | 0 | 19 | E3 | 61 | 26 |
| Octal | 3 | 53 | 300 | 142 | 116 | 0 | 31 | 343 | 141 | 46 |
| Binary | 11 | 101011 | 11000000 | 1100010 | 1001110 | 0 | 11001 | 11100011 | 1100001 | 100110 |
Color Harmonies of #032BC0
Complementary color
Monochromatic Colors of #032BC0
Black with #032BC0
Text Example
Text Example
White with #032BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032BC0; }
p { color: rgb(3,43,192); }
H1.HeaderClassName
{
color: #032BC0;
}
.AnyTagClassName
{
color: #032BC0;
}
</style>
background-color css
<style>
a { background-color: #032BC0; }
a { background-color: rgb(3,43,192); }
div.DivClassName
{
background-color: #032BC0;
}
.BgClassName
{
background-color: #032BC0;
}
</style>
border-color css
<style>
span { border-color: #032BC0; }
span { border-color: rgb(3,43,192); }
td.TdClassName
{
border-color: #032BC0;
}
.TagClassName
{
border-color: #032BC0;
}
</style>