Html Css Color HEX #032CBC International Klein Blue
📋 copy color: '#032CBC'red 3 ◦ green 44 ◦ blue 188
Shades of International Klein Blue #032CBC
Tints of International Klein Blue #032CBC
RGB
CMYK
RGB Variations
Color information
#032CBC (or 0x032CBC) is known color: International Klein Blue. HEX triplet: 03, 2C and BC. RGB value is (3,44,188). Sum of RGB (Red+Green+Blue) = 3+44+188=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 188 (73.83% from 255 or 80% from 235); Max value from RGB is 188 - color contains mainly: blue. Hex color #032CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032CBC is #FCD343. Grayscale: #2F2F2F. Windows color (decimal): -16569156 or 12332035. OLE color: 12332035.
HSL color Cylindrical-coordinate representation of color #032CBC: hue angle of 226.7º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032CBC is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 44 | 188 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.26 |
| HSL | 226.7º | 0.97% | 0.37% | - |
| HSV(B) | 226.7º | 0.98% | 0.74% | - |
| XYZ | 10.02 | 5.45 | 48.1 | - |
| YUV | 48.16 | 206.92 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 188 | 0.98 | 0.77 | 0 | 0.26 | 226.7 | 0.97 | 0.37 |
| Hex | 3 | 2C | BC | 62 | 4D | 0 | 1A | E3 | 61 | 25 |
| Octal | 3 | 54 | 274 | 142 | 115 | 0 | 32 | 343 | 141 | 45 |
| Binary | 11 | 101100 | 10111100 | 1100010 | 1001101 | 0 | 11010 | 11100011 | 1100001 | 100101 |
Color Harmonies of #032CBC
Complementary color
Monochromatic Colors of #032CBC
Black with #032CBC
Text Example
Text Example
White with #032CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032CBC; }
p { color: rgb(3,44,188); }
H1.HeaderClassName
{
color: #032CBC;
}
.AnyTagClassName
{
color: #032CBC;
}
</style>
background-color css
<style>
a { background-color: #032CBC; }
a { background-color: rgb(3,44,188); }
div.DivClassName
{
background-color: #032CBC;
}
.BgClassName
{
background-color: #032CBC;
}
</style>
border-color css
<style>
span { border-color: #032CBC; }
span { border-color: rgb(3,44,188); }
td.TdClassName
{
border-color: #032CBC;
}
.TagClassName
{
border-color: #032CBC;
}
</style>