Html Css Color HEX #032EBA International Klein Blue
📋 copy color: '#032EBA'red 3 ◦ green 46 ◦ blue 186
Shades of International Klein Blue #032EBA
Tints of International Klein Blue #032EBA
RGB
CMYK
RGB Variations
Color information
#032EBA (or 0x032EBA) is known color: International Klein Blue. HEX triplet: 03, 2E and BA. RGB value is (3,46,186). Sum of RGB (Red+Green+Blue) = 3+46+186=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #032EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032EBA is #FCD145. Grayscale: #303030. Windows color (decimal): -16568646 or 12201475. OLE color: 12201475.
HSL color Cylindrical-coordinate representation of color #032EBA: hue angle of 225.9º 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 #032EBA is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 46 | 186 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.27 |
| HSL | 225.9º | 0.97% | 0.37% | - |
| HSV(B) | 225.9º | 0.98% | 0.73% | - |
| XYZ | 9.88 | 5.52 | 47 | - |
| YUV | 49.1 | 205.25 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 186 | 0.98 | 0.75 | 0 | 0.27 | 225.9 | 0.97 | 0.37 |
| Hex | 3 | 2E | BA | 62 | 4B | 0 | 1B | E2 | 61 | 25 |
| Octal | 3 | 56 | 272 | 142 | 113 | 0 | 33 | 342 | 141 | 45 |
| Binary | 11 | 101110 | 10111010 | 1100010 | 1001011 | 0 | 11011 | 11100010 | 1100001 | 100101 |
Color Harmonies of #032EBA
Complementary color
Monochromatic Colors of #032EBA
Black with #032EBA
Text Example
Text Example
White with #032EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032EBA; }
p { color: rgb(3,46,186); }
H1.HeaderClassName
{
color: #032EBA;
}
.AnyTagClassName
{
color: #032EBA;
}
</style>
background-color css
<style>
a { background-color: #032EBA; }
a { background-color: rgb(3,46,186); }
div.DivClassName
{
background-color: #032EBA;
}
.BgClassName
{
background-color: #032EBA;
}
</style>
border-color css
<style>
span { border-color: #032EBA; }
span { border-color: rgb(3,46,186); }
td.TdClassName
{
border-color: #032EBA;
}
.TagClassName
{
border-color: #032EBA;
}
</style>