Html Css Color HEX #032DB5 International Klein Blue
📋 copy color: '#032DB5'red 3 ◦ green 45 ◦ blue 181
Shades of International Klein Blue #032DB5
Tints of International Klein Blue #032DB5
RGB
CMYK
RGB Variations
Color information
#032DB5 (or 0x032DB5) is known color: International Klein Blue. HEX triplet: 03, 2D and B5. RGB value is (3,45,181). Sum of RGB (Red+Green+Blue) = 3+45+181=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 181 (71.09% from 255 or 79.04% from 229); Max value from RGB is 181 - color contains mainly: blue. Hex color #032DB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032DB5 is #FCD24A. Grayscale: #2F2F2F. Windows color (decimal): -16568907 or 11873539. OLE color: 11873539.
HSL color Cylindrical-coordinate representation of color #032DB5: hue angle of 225.84º 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 #032DB5 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 45 | 181 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.29 |
| HSL | 225.84º | 0.97% | 0.36% | - |
| HSV(B) | 225.84º | 0.98% | 0.71% | - |
| XYZ | 9.32 | 5.23 | 44.23 | - |
| YUV | 47.95 | 203.09 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 181 | 0.98 | 0.75 | 0 | 0.29 | 225.84 | 0.97 | 0.36 |
| Hex | 3 | 2D | B5 | 62 | 4B | 0 | 1D | E2 | 61 | 24 |
| Octal | 3 | 55 | 265 | 142 | 113 | 0 | 35 | 342 | 141 | 44 |
| Binary | 11 | 101101 | 10110101 | 1100010 | 1001011 | 0 | 11101 | 11100010 | 1100001 | 100100 |
Color Harmonies of #032DB5
Complementary color
Monochromatic Colors of #032DB5
Black with #032DB5
Text Example
Text Example
White with #032DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032DB5; }
p { color: rgb(3,45,181); }
H1.HeaderClassName
{
color: #032DB5;
}
.AnyTagClassName
{
color: #032DB5;
}
</style>
background-color css
<style>
a { background-color: #032DB5; }
a { background-color: rgb(3,45,181); }
div.DivClassName
{
background-color: #032DB5;
}
.BgClassName
{
background-color: #032DB5;
}
</style>
border-color css
<style>
span { border-color: #032DB5; }
span { border-color: rgb(3,45,181); }
td.TdClassName
{
border-color: #032DB5;
}
.TagClassName
{
border-color: #032DB5;
}
</style>