Html Css Color HEX #032BA4 International Klein Blue
📋 copy color: '#032BA4'red 3 ◦ green 43 ◦ blue 164
Shades of International Klein Blue #032BA4
Tints of International Klein Blue #032BA4
RGB
CMYK
RGB Variations
Color information
#032BA4 (or 0x032BA4) is known color: International Klein Blue. HEX triplet: 03, 2B and A4. RGB value is (3,43,164). Sum of RGB (Red+Green+Blue) = 3+43+164=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 164 (64.45% from 255 or 78.10% from 210); Max value from RGB is 164 - color contains mainly: blue. Hex color #032BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032BA4 is #FCD45B. Grayscale: #2C2C2C. Windows color (decimal): -16569436 or 10758915. OLE color: 10758915.
HSL color Cylindrical-coordinate representation of color #032BA4: hue angle of 225.09º 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 #032BA4 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 43 | 164 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.36 |
| HSL | 225.09º | 0.96% | 0.33% | - |
| HSV(B) | 225.09º | 0.98% | 0.64% | - |
| XYZ | 7.6 | 4.43 | 35.58 | - |
| YUV | 44.83 | 195.25 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 164 | 0.98 | 0.74 | 0 | 0.36 | 225.09 | 0.96 | 0.33 |
| Hex | 3 | 2B | A4 | 62 | 4A | 0 | 24 | E1 | 60 | 21 |
| Octal | 3 | 53 | 244 | 142 | 112 | 0 | 44 | 341 | 140 | 41 |
| Binary | 11 | 101011 | 10100100 | 1100010 | 1001010 | 0 | 100100 | 11100001 | 1100000 | 100001 |
Color Harmonies of #032BA4
Complementary color
Monochromatic Colors of #032BA4
Black with #032BA4
Text Example
Text Example
White with #032BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032BA4; }
p { color: rgb(3,43,164); }
H1.HeaderClassName
{
color: #032BA4;
}
.AnyTagClassName
{
color: #032BA4;
}
</style>
background-color css
<style>
a { background-color: #032BA4; }
a { background-color: rgb(3,43,164); }
div.DivClassName
{
background-color: #032BA4;
}
.BgClassName
{
background-color: #032BA4;
}
</style>
border-color css
<style>
span { border-color: #032BA4; }
span { border-color: rgb(3,43,164); }
td.TdClassName
{
border-color: #032BA4;
}
.TagClassName
{
border-color: #032BA4;
}
</style>