Html Css Color HEX #032DB0 International Klein Blue
📋 copy color: '#032DB0'red 3 ◦ green 45 ◦ blue 176
Shades of International Klein Blue #032DB0
Tints of International Klein Blue #032DB0
RGB
CMYK
RGB Variations
Color information
#032DB0 (or 0x032DB0) is known color: International Klein Blue. HEX triplet: 03, 2D and B0. RGB value is (3,45,176). Sum of RGB (Red+Green+Blue) = 3+45+176=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 176 (69.14% from 255 or 78.57% from 224); Max value from RGB is 176 - color contains mainly: blue. Hex color #032DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032DB0 is #FCD24F. Grayscale: #2E2E2E. Windows color (decimal): -16568912 or 11545859. OLE color: 11545859.
HSL color Cylindrical-coordinate representation of color #032DB0: hue angle of 225.43º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032DB0 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 45 | 176 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.31 |
| HSL | 225.43º | 0.97% | 0.35% | - |
| HSV(B) | 225.43º | 0.98% | 0.69% | - |
| XYZ | 8.81 | 5.03 | 41.58 | - |
| YUV | 47.38 | 200.59 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 176 | 0.98 | 0.74 | 0 | 0.31 | 225.43 | 0.97 | 0.35 |
| Hex | 3 | 2D | B0 | 62 | 4A | 0 | 1F | E1 | 61 | 23 |
| Octal | 3 | 55 | 260 | 142 | 112 | 0 | 37 | 341 | 141 | 43 |
| Binary | 11 | 101101 | 10110000 | 1100010 | 1001010 | 0 | 11111 | 11100001 | 1100001 | 100011 |
Color Harmonies of #032DB0
Complementary color
Monochromatic Colors of #032DB0
Black with #032DB0
Text Example
Text Example
White with #032DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032DB0; }
p { color: rgb(3,45,176); }
H1.HeaderClassName
{
color: #032DB0;
}
.AnyTagClassName
{
color: #032DB0;
}
</style>
background-color css
<style>
a { background-color: #032DB0; }
a { background-color: rgb(3,45,176); }
div.DivClassName
{
background-color: #032DB0;
}
.BgClassName
{
background-color: #032DB0;
}
</style>
border-color css
<style>
span { border-color: #032DB0; }
span { border-color: rgb(3,45,176); }
td.TdClassName
{
border-color: #032DB0;
}
.TagClassName
{
border-color: #032DB0;
}
</style>