Html Css Color HEX #032DB4 International Klein Blue
📋 copy color: '#032DB4'red 3 ◦ green 45 ◦ blue 180
Shades of International Klein Blue #032DB4
Tints of International Klein Blue #032DB4
RGB
CMYK
RGB Variations
Color information
#032DB4 (or 0x032DB4) is known color: International Klein Blue. HEX triplet: 03, 2D and B4. RGB value is (3,45,180). Sum of RGB (Red+Green+Blue) = 3+45+180=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 180 (70.70% from 255 or 78.95% from 228); Max value from RGB is 180 - color contains mainly: blue. Hex color #032DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032DB4 is #FCD24B. Grayscale: #2F2F2F. Windows color (decimal): -16568908 or 11808003. OLE color: 11808003.
HSL color Cylindrical-coordinate representation of color #032DB4: hue angle of 225.76º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032DB4 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 45 | 180 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.29 |
| HSL | 225.76º | 0.97% | 0.36% | - |
| HSV(B) | 225.76º | 0.98% | 0.71% | - |
| XYZ | 9.21 | 5.19 | 43.7 | - |
| YUV | 47.83 | 202.59 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 180 | 0.98 | 0.75 | 0 | 0.29 | 225.76 | 0.97 | 0.36 |
| Hex | 3 | 2D | B4 | 62 | 4B | 0 | 1D | E2 | 61 | 24 |
| Octal | 3 | 55 | 264 | 142 | 113 | 0 | 35 | 342 | 141 | 44 |
| Binary | 11 | 101101 | 10110100 | 1100010 | 1001011 | 0 | 11101 | 11100010 | 1100001 | 100100 |
Color Harmonies of #032DB4
Complementary color
Monochromatic Colors of #032DB4
Black with #032DB4
Text Example
Text Example
White with #032DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032DB4; }
p { color: rgb(3,45,180); }
H1.HeaderClassName
{
color: #032DB4;
}
.AnyTagClassName
{
color: #032DB4;
}
</style>
background-color css
<style>
a { background-color: #032DB4; }
a { background-color: rgb(3,45,180); }
div.DivClassName
{
background-color: #032DB4;
}
.BgClassName
{
background-color: #032DB4;
}
</style>
border-color css
<style>
span { border-color: #032DB4; }
span { border-color: rgb(3,45,180); }
td.TdClassName
{
border-color: #032DB4;
}
.TagClassName
{
border-color: #032DB4;
}
</style>