Html Css Color HEX #0329A2 International Klein Blue
📋 copy color: '#0329A2'red 3 ◦ green 41 ◦ blue 162
Shades of International Klein Blue #0329A2
Tints of International Klein Blue #0329A2
RGB
CMYK
RGB Variations
Color information
#0329A2 (or 0x0329A2) is known color: International Klein Blue. HEX triplet: 03, 29 and A2. RGB value is (3,41,162). Sum of RGB (Red+Green+Blue) = 3+41+162=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 162 (63.67% from 255 or 78.64% from 206); Max value from RGB is 162 - color contains mainly: blue. Hex color #0329A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0329A2 is #FCD65D. Grayscale: #2A2A2A. Windows color (decimal): -16569950 or 10627331. OLE color: 10627331.
HSL color Cylindrical-coordinate representation of color #0329A2: hue angle of 225.66º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0329A2 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 41 | 162 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.36 |
| HSL | 225.66º | 0.96% | 0.32% | - |
| HSV(B) | 225.66º | 0.98% | 0.64% | - |
| XYZ | 7.35 | 4.21 | 34.61 | - |
| YUV | 43.43 | 194.91 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 41 | 162 | 0.98 | 0.75 | 0 | 0.36 | 225.66 | 0.96 | 0.32 |
| Hex | 3 | 29 | A2 | 62 | 4B | 0 | 24 | E2 | 60 | 20 |
| Octal | 3 | 51 | 242 | 142 | 113 | 0 | 44 | 342 | 140 | 40 |
| Binary | 11 | 101001 | 10100010 | 1100010 | 1001011 | 0 | 100100 | 11100010 | 1100000 | 100000 |
Color Harmonies of #0329A2
Complementary color
Monochromatic Colors of #0329A2
Black with #0329A2
Text Example
Text Example
White with #0329A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0329A2; }
p { color: rgb(3,41,162); }
H1.HeaderClassName
{
color: #0329A2;
}
.AnyTagClassName
{
color: #0329A2;
}
</style>
background-color css
<style>
a { background-color: #0329A2; }
a { background-color: rgb(3,41,162); }
div.DivClassName
{
background-color: #0329A2;
}
.BgClassName
{
background-color: #0329A2;
}
</style>
border-color css
<style>
span { border-color: #0329A2; }
span { border-color: rgb(3,41,162); }
td.TdClassName
{
border-color: #0329A2;
}
.TagClassName
{
border-color: #0329A2;
}
</style>