Html Css Color HEX #032DB2 International Klein Blue
📋 copy color: '#032DB2'red 3 ◦ green 45 ◦ blue 178
Shades of International Klein Blue #032DB2
Tints of International Klein Blue #032DB2
RGB
CMYK
RGB Variations
Color information
#032DB2 (or 0x032DB2) is known color: International Klein Blue. HEX triplet: 03, 2D and B2. RGB value is (3,45,178). Sum of RGB (Red+Green+Blue) = 3+45+178=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 178 (69.92% from 255 or 78.76% from 226); Max value from RGB is 178 - color contains mainly: blue. Hex color #032DB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032DB2 is #FCD24D. Grayscale: #2F2F2F. Windows color (decimal): -16568910 or 11676931. OLE color: 11676931.
HSL color Cylindrical-coordinate representation of color #032DB2: hue angle of 225.6º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032DB2 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 3 | 45 | 178 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.30 |
| HSL | 225.6º | 0.97% | 0.35% | - |
| HSV(B) | 225.6º | 0.98% | 0.7% | - |
| XYZ | 9.01 | 5.11 | 42.63 | - |
| YUV | 47.6 | 201.59 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 178 | 0.98 | 0.75 | 0 | 0.30 | 225.6 | 0.97 | 0.35 |
| Hex | 3 | 2D | B2 | 62 | 4B | 0 | 1E | E2 | 61 | 23 |
| Octal | 3 | 55 | 262 | 142 | 113 | 0 | 36 | 342 | 141 | 43 |
| Binary | 11 | 101101 | 10110010 | 1100010 | 1001011 | 0 | 11110 | 11100010 | 1100001 | 100011 |
Color Harmonies of #032DB2
Complementary color
Monochromatic Colors of #032DB2
Black with #032DB2
Text Example
Text Example
White with #032DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032DB2; }
p { color: rgb(3,45,178); }
H1.HeaderClassName
{
color: #032DB2;
}
.AnyTagClassName
{
color: #032DB2;
}
</style>
background-color css
<style>
a { background-color: #032DB2; }
a { background-color: rgb(3,45,178); }
div.DivClassName
{
background-color: #032DB2;
}
.BgClassName
{
background-color: #032DB2;
}
</style>
border-color css
<style>
span { border-color: #032DB2; }
span { border-color: rgb(3,45,178); }
td.TdClassName
{
border-color: #032DB2;
}
.TagClassName
{
border-color: #032DB2;
}
</style>