Html Css Color HEX #032DA3 International Klein Blue
📋 copy color: '#032DA3'red 3 ◦ green 45 ◦ blue 163
Shades of International Klein Blue #032DA3
Tints of International Klein Blue #032DA3
RGB
CMYK
RGB Variations
Color information
#032DA3 (or 0x032DA3) is known color: International Klein Blue. HEX triplet: 03, 2D and A3. RGB value is (3,45,163). Sum of RGB (Red+Green+Blue) = 3+45+163=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 163 (64.06% from 255 or 77.25% from 211); Max value from RGB is 163 - color contains mainly: blue. Hex color #032DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032DA3 is #FCD25C. Grayscale: #2D2D2D. Windows color (decimal): -16568925 or 10693891. OLE color: 10693891.
HSL color Cylindrical-coordinate representation of color #032DA3: hue angle of 224.25º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032DA3 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 45 | 163 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.36 |
| HSL | 224.25º | 0.96% | 0.33% | - |
| HSV(B) | 224.25º | 0.98% | 0.64% | - |
| XYZ | 7.59 | 4.54 | 35.13 | - |
| YUV | 45.89 | 194.09 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 163 | 0.98 | 0.72 | 0 | 0.36 | 224.25 | 0.96 | 0.33 |
| Hex | 3 | 2D | A3 | 62 | 48 | 0 | 24 | E0 | 60 | 21 |
| Octal | 3 | 55 | 243 | 142 | 110 | 0 | 44 | 340 | 140 | 41 |
| Binary | 11 | 101101 | 10100011 | 1100010 | 1001000 | 0 | 100100 | 11100000 | 1100000 | 100001 |
Color Harmonies of #032DA3
Complementary color
Monochromatic Colors of #032DA3
Black with #032DA3
Text Example
Text Example
White with #032DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032DA3; }
p { color: rgb(3,45,163); }
H1.HeaderClassName
{
color: #032DA3;
}
.AnyTagClassName
{
color: #032DA3;
}
</style>
background-color css
<style>
a { background-color: #032DA3; }
a { background-color: rgb(3,45,163); }
div.DivClassName
{
background-color: #032DA3;
}
.BgClassName
{
background-color: #032DA3;
}
</style>
border-color css
<style>
span { border-color: #032DA3; }
span { border-color: rgb(3,45,163); }
td.TdClassName
{
border-color: #032DA3;
}
.TagClassName
{
border-color: #032DA3;
}
</style>