Html Css Color HEX #032DB3 International Klein Blue
📋 copy color: '#032DB3'red 3 ◦ green 45 ◦ blue 179
Shades of International Klein Blue #032DB3
Tints of International Klein Blue #032DB3
RGB
CMYK
RGB Variations
Color information
#032DB3 (or 0x032DB3) is known color: International Klein Blue. HEX triplet: 03, 2D and B3. RGB value is (3,45,179). Sum of RGB (Red+Green+Blue) = 3+45+179=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 179 (70.31% from 255 or 78.85% from 227); Max value from RGB is 179 - color contains mainly: blue. Hex color #032DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032DB3 is #FCD24C. Grayscale: #2F2F2F. Windows color (decimal): -16568909 or 11742467. OLE color: 11742467.
HSL color Cylindrical-coordinate representation of color #032DB3: hue angle of 225.68º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032DB3 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 3 | 45 | 179 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.30 |
| HSL | 225.68º | 0.97% | 0.36% | - |
| HSV(B) | 225.68º | 0.98% | 0.7% | - |
| XYZ | 9.11 | 5.15 | 43.16 | - |
| YUV | 47.72 | 202.09 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 179 | 0.98 | 0.75 | 0 | 0.30 | 225.68 | 0.97 | 0.36 |
| Hex | 3 | 2D | B3 | 62 | 4B | 0 | 1E | E2 | 61 | 24 |
| Octal | 3 | 55 | 263 | 142 | 113 | 0 | 36 | 342 | 141 | 44 |
| Binary | 11 | 101101 | 10110011 | 1100010 | 1001011 | 0 | 11110 | 11100010 | 1100001 | 100100 |
Color Harmonies of #032DB3
Complementary color
Monochromatic Colors of #032DB3
Black with #032DB3
Text Example
Text Example
White with #032DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032DB3; }
p { color: rgb(3,45,179); }
H1.HeaderClassName
{
color: #032DB3;
}
.AnyTagClassName
{
color: #032DB3;
}
</style>
background-color css
<style>
a { background-color: #032DB3; }
a { background-color: rgb(3,45,179); }
div.DivClassName
{
background-color: #032DB3;
}
.BgClassName
{
background-color: #032DB3;
}
</style>
border-color css
<style>
span { border-color: #032DB3; }
span { border-color: rgb(3,45,179); }
td.TdClassName
{
border-color: #032DB3;
}
.TagClassName
{
border-color: #032DB3;
}
</style>