Html Css Color HEX #032DBA International Klein Blue
📋 copy color: '#032DBA'red 3 ◦ green 45 ◦ blue 186
Shades of International Klein Blue #032DBA
Tints of International Klein Blue #032DBA
RGB
CMYK
RGB Variations
Color information
#032DBA (or 0x032DBA) is known color: International Klein Blue. HEX triplet: 03, 2D and BA. RGB value is (3,45,186). Sum of RGB (Red+Green+Blue) = 3+45+186=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #032DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032DBA is #FCD245. Grayscale: #2F2F2F. Windows color (decimal): -16568902 or 12201219. OLE color: 12201219.
HSL color Cylindrical-coordinate representation of color #032DBA: hue angle of 226.23º 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 #032DBA is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 45 | 186 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.27 |
| HSL | 226.23º | 0.97% | 0.37% | - |
| HSV(B) | 226.23º | 0.98% | 0.73% | - |
| XYZ | 9.84 | 5.44 | 46.99 | - |
| YUV | 48.52 | 205.59 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 186 | 0.98 | 0.76 | 0 | 0.27 | 226.23 | 0.97 | 0.37 |
| Hex | 3 | 2D | BA | 62 | 4C | 0 | 1B | E2 | 61 | 25 |
| Octal | 3 | 55 | 272 | 142 | 114 | 0 | 33 | 342 | 141 | 45 |
| Binary | 11 | 101101 | 10111010 | 1100010 | 1001100 | 0 | 11011 | 11100010 | 1100001 | 100101 |
Color Harmonies of #032DBA
Complementary color
Monochromatic Colors of #032DBA
Black with #032DBA
Text Example
Text Example
White with #032DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032DBA; }
p { color: rgb(3,45,186); }
H1.HeaderClassName
{
color: #032DBA;
}
.AnyTagClassName
{
color: #032DBA;
}
</style>
background-color css
<style>
a { background-color: #032DBA; }
a { background-color: rgb(3,45,186); }
div.DivClassName
{
background-color: #032DBA;
}
.BgClassName
{
background-color: #032DBA;
}
</style>
border-color css
<style>
span { border-color: #032DBA; }
span { border-color: rgb(3,45,186); }
td.TdClassName
{
border-color: #032DBA;
}
.TagClassName
{
border-color: #032DBA;
}
</style>