Html Css Color HEX #032BBA International Klein Blue
📋 copy color: '#032BBA'red 3 ◦ green 43 ◦ blue 186
Shades of International Klein Blue #032BBA
Tints of International Klein Blue #032BBA
RGB
CMYK
RGB Variations
Color information
#032BBA (or 0x032BBA) is known color: International Klein Blue. HEX triplet: 03, 2B and BA. RGB value is (3,43,186). Sum of RGB (Red+Green+Blue) = 3+43+186=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #032BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032BBA is #FCD445. Grayscale: #2E2E2E. Windows color (decimal): -16569414 or 12200707. OLE color: 12200707.
HSL color Cylindrical-coordinate representation of color #032BBA: hue angle of 226.89º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032BBA is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 43 | 186 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.27 |
| HSL | 226.89º | 0.97% | 0.37% | - |
| HSV(B) | 226.89º | 0.98% | 0.73% | - |
| XYZ | 9.76 | 5.29 | 46.96 | - |
| YUV | 47.34 | 206.25 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 186 | 0.98 | 0.77 | 0 | 0.27 | 226.89 | 0.97 | 0.37 |
| Hex | 3 | 2B | BA | 62 | 4D | 0 | 1B | E3 | 61 | 25 |
| Octal | 3 | 53 | 272 | 142 | 115 | 0 | 33 | 343 | 141 | 45 |
| Binary | 11 | 101011 | 10111010 | 1100010 | 1001101 | 0 | 11011 | 11100011 | 1100001 | 100101 |
Color Harmonies of #032BBA
Complementary color
Monochromatic Colors of #032BBA
Black with #032BBA
Text Example
Text Example
White with #032BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032BBA; }
p { color: rgb(3,43,186); }
H1.HeaderClassName
{
color: #032BBA;
}
.AnyTagClassName
{
color: #032BBA;
}
</style>
background-color css
<style>
a { background-color: #032BBA; }
a { background-color: rgb(3,43,186); }
div.DivClassName
{
background-color: #032BBA;
}
.BgClassName
{
background-color: #032BBA;
}
</style>
border-color css
<style>
span { border-color: #032BBA; }
span { border-color: rgb(3,43,186); }
td.TdClassName
{
border-color: #032BBA;
}
.TagClassName
{
border-color: #032BBA;
}
</style>