Html Css Color HEX #032ABA International Klein Blue
📋 copy color: '#032ABA'red 3 ◦ green 42 ◦ blue 186
Shades of International Klein Blue #032ABA
Tints of International Klein Blue #032ABA
RGB
CMYK
RGB Variations
Color information
#032ABA (or 0x032ABA) is known color: International Klein Blue. HEX triplet: 03, 2A and BA. RGB value is (3,42,186). Sum of RGB (Red+Green+Blue) = 3+42+186=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #032ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032ABA is #FCD545. Grayscale: #2E2E2E. Windows color (decimal): -16569670 or 12200451. OLE color: 12200451.
HSL color Cylindrical-coordinate representation of color #032ABA: hue angle of 227.21º 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 #032ABA is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 42 | 186 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.27 |
| HSL | 227.21º | 0.97% | 0.37% | - |
| HSV(B) | 227.21º | 0.98% | 0.73% | - |
| XYZ | 9.73 | 5.22 | 46.95 | - |
| YUV | 46.76 | 206.58 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 186 | 0.98 | 0.77 | 0 | 0.27 | 227.21 | 0.97 | 0.37 |
| Hex | 3 | 2A | BA | 62 | 4D | 0 | 1B | E3 | 61 | 25 |
| Octal | 3 | 52 | 272 | 142 | 115 | 0 | 33 | 343 | 141 | 45 |
| Binary | 11 | 101010 | 10111010 | 1100010 | 1001101 | 0 | 11011 | 11100011 | 1100001 | 100101 |
Color Harmonies of #032ABA
Complementary color
Monochromatic Colors of #032ABA
Black with #032ABA
Text Example
Text Example
White with #032ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032ABA; }
p { color: rgb(3,42,186); }
H1.HeaderClassName
{
color: #032ABA;
}
.AnyTagClassName
{
color: #032ABA;
}
</style>
background-color css
<style>
a { background-color: #032ABA; }
a { background-color: rgb(3,42,186); }
div.DivClassName
{
background-color: #032ABA;
}
.BgClassName
{
background-color: #032ABA;
}
</style>
border-color css
<style>
span { border-color: #032ABA; }
span { border-color: rgb(3,42,186); }
td.TdClassName
{
border-color: #032ABA;
}
.TagClassName
{
border-color: #032ABA;
}
</style>