Html Css Color HEX #032DB7 International Klein Blue
📋 copy color: '#032DB7'red 3 ◦ green 45 ◦ blue 183
Shades of International Klein Blue #032DB7
Tints of International Klein Blue #032DB7
RGB
CMYK
RGB Variations
Color information
#032DB7 (or 0x032DB7) is known color: International Klein Blue. HEX triplet: 03, 2D and B7. RGB value is (3,45,183). Sum of RGB (Red+Green+Blue) = 3+45+183=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 183 (71.88% from 255 or 79.22% from 231); Max value from RGB is 183 - color contains mainly: blue. Hex color #032DB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032DB7 is #FCD248. Grayscale: #2F2F2F. Windows color (decimal): -16568905 or 12004611. OLE color: 12004611.
HSL color Cylindrical-coordinate representation of color #032DB7: hue angle of 226º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032DB7 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 45 | 183 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.28 |
| HSL | 226º | 0.97% | 0.36% | - |
| HSV(B) | 226º | 0.98% | 0.72% | - |
| XYZ | 9.52 | 5.32 | 45.32 | - |
| YUV | 48.17 | 204.09 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 183 | 0.98 | 0.75 | 0 | 0.28 | 226 | 0.97 | 0.36 |
| Hex | 3 | 2D | B7 | 62 | 4B | 0 | 1C | E2 | 61 | 24 |
| Octal | 3 | 55 | 267 | 142 | 113 | 0 | 34 | 342 | 141 | 44 |
| Binary | 11 | 101101 | 10110111 | 1100010 | 1001011 | 0 | 11100 | 11100010 | 1100001 | 100100 |
Color Harmonies of #032DB7
Complementary color
Monochromatic Colors of #032DB7
Black with #032DB7
Text Example
Text Example
White with #032DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032DB7; }
p { color: rgb(3,45,183); }
H1.HeaderClassName
{
color: #032DB7;
}
.AnyTagClassName
{
color: #032DB7;
}
</style>
background-color css
<style>
a { background-color: #032DB7; }
a { background-color: rgb(3,45,183); }
div.DivClassName
{
background-color: #032DB7;
}
.BgClassName
{
background-color: #032DB7;
}
</style>
border-color css
<style>
span { border-color: #032DB7; }
span { border-color: rgb(3,45,183); }
td.TdClassName
{
border-color: #032DB7;
}
.TagClassName
{
border-color: #032DB7;
}
</style>