Html Css Color HEX #032CA4 International Klein Blue
📋 copy color: '#032CA4'red 3 ◦ green 44 ◦ blue 164
Shades of International Klein Blue #032CA4
Tints of International Klein Blue #032CA4
RGB
CMYK
RGB Variations
Color information
#032CA4 (or 0x032CA4) is known color: International Klein Blue. HEX triplet: 03, 2C and A4. RGB value is (3,44,164). Sum of RGB (Red+Green+Blue) = 3+44+164=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 164 (64.45% from 255 or 77.73% from 211); Max value from RGB is 164 - color contains mainly: blue. Hex color #032CA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032CA4 is #FCD35B. Grayscale: #2C2C2C. Windows color (decimal): -16569180 or 10759171. OLE color: 10759171.
HSL color Cylindrical-coordinate representation of color #032CA4: hue angle of 224.72º 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 #032CA4 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 44 | 164 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.36 |
| HSL | 224.72º | 0.96% | 0.33% | - |
| HSV(B) | 224.72º | 0.98% | 0.64% | - |
| XYZ | 7.64 | 4.5 | 35.59 | - |
| YUV | 45.42 | 194.92 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 164 | 0.98 | 0.73 | 0 | 0.36 | 224.72 | 0.96 | 0.33 |
| Hex | 3 | 2C | A4 | 62 | 49 | 0 | 24 | E1 | 60 | 21 |
| Octal | 3 | 54 | 244 | 142 | 111 | 0 | 44 | 341 | 140 | 41 |
| Binary | 11 | 101100 | 10100100 | 1100010 | 1001001 | 0 | 100100 | 11100001 | 1100000 | 100001 |
Color Harmonies of #032CA4
Complementary color
Monochromatic Colors of #032CA4
Black with #032CA4
Text Example
Text Example
White with #032CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032CA4; }
p { color: rgb(3,44,164); }
H1.HeaderClassName
{
color: #032CA4;
}
.AnyTagClassName
{
color: #032CA4;
}
</style>
background-color css
<style>
a { background-color: #032CA4; }
a { background-color: rgb(3,44,164); }
div.DivClassName
{
background-color: #032CA4;
}
.BgClassName
{
background-color: #032CA4;
}
</style>
border-color css
<style>
span { border-color: #032CA4; }
span { border-color: rgb(3,44,164); }
td.TdClassName
{
border-color: #032CA4;
}
.TagClassName
{
border-color: #032CA4;
}
</style>