Html Css Color HEX #032DAE International Klein Blue
📋 copy color: '#032DAE'red 3 ◦ green 45 ◦ blue 174
Shades of International Klein Blue #032DAE
Tints of International Klein Blue #032DAE
RGB
CMYK
RGB Variations
Color information
#032DAE (or 0x032DAE) is known color: International Klein Blue. HEX triplet: 03, 2D and AE. RGB value is (3,45,174). Sum of RGB (Red+Green+Blue) = 3+45+174=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 174 (68.36% from 255 or 78.38% from 222); Max value from RGB is 174 - color contains mainly: blue. Hex color #032DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032DAE is #FCD251. Grayscale: #2E2E2E. Windows color (decimal): -16568914 or 11414787. OLE color: 11414787.
HSL color Cylindrical-coordinate representation of color #032DAE: hue angle of 225.26º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032DAE is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 45 | 174 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.32 |
| HSL | 225.26º | 0.97% | 0.35% | - |
| HSV(B) | 225.26º | 0.98% | 0.68% | - |
| XYZ | 8.62 | 4.95 | 40.55 | - |
| YUV | 47.15 | 199.59 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 174 | 0.98 | 0.74 | 0 | 0.32 | 225.26 | 0.97 | 0.35 |
| Hex | 3 | 2D | AE | 62 | 4A | 0 | 20 | E1 | 61 | 23 |
| Octal | 3 | 55 | 256 | 142 | 112 | 0 | 40 | 341 | 141 | 43 |
| Binary | 11 | 101101 | 10101110 | 1100010 | 1001010 | 0 | 100000 | 11100001 | 1100001 | 100011 |
Color Harmonies of #032DAE
Complementary color
Monochromatic Colors of #032DAE
Black with #032DAE
Text Example
Text Example
White with #032DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032DAE; }
p { color: rgb(3,45,174); }
H1.HeaderClassName
{
color: #032DAE;
}
.AnyTagClassName
{
color: #032DAE;
}
</style>
background-color css
<style>
a { background-color: #032DAE; }
a { background-color: rgb(3,45,174); }
div.DivClassName
{
background-color: #032DAE;
}
.BgClassName
{
background-color: #032DAE;
}
</style>
border-color css
<style>
span { border-color: #032DAE; }
span { border-color: rgb(3,45,174); }
td.TdClassName
{
border-color: #032DAE;
}
.TagClassName
{
border-color: #032DAE;
}
</style>