Html Css Color HEX #0322C0 International Klein Blue
📋 copy color: '#0322C0'red 3 ◦ green 34 ◦ blue 192
Shades of International Klein Blue #0322C0
Tints of International Klein Blue #0322C0
RGB
CMYK
RGB Variations
Color information
#0322C0 (or 0x0322C0) is known color: International Klein Blue. HEX triplet: 03, 22 and C0. RGB value is (3,34,192). Sum of RGB (Red+Green+Blue) = 3+34+192=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 192 (75.39% from 255 or 83.84% from 229); Max value from RGB is 192 - color contains mainly: blue. Hex color #0322C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0322C0 is #FCDD3F. Grayscale: #2A2A2A. Windows color (decimal): -16571712 or 12591619. OLE color: 12591619.
HSL color Cylindrical-coordinate representation of color #0322C0: hue angle of 230.16º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0322C0 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 34 | 192 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.25 |
| HSL | 230.16º | 0.97% | 0.38% | - |
| HSV(B) | 230.16º | 0.98% | 0.75% | - |
| XYZ | 10.12 | 4.97 | 50.29 | - |
| YUV | 42.74 | 212.23 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 192 | 0.98 | 0.82 | 0 | 0.25 | 230.16 | 0.97 | 0.38 |
| Hex | 3 | 22 | C0 | 62 | 52 | 0 | 19 | E6 | 61 | 26 |
| Octal | 3 | 42 | 300 | 142 | 122 | 0 | 31 | 346 | 141 | 46 |
| Binary | 11 | 100010 | 11000000 | 1100010 | 1010010 | 0 | 11001 | 11100110 | 1100001 | 100110 |
Color Harmonies of #0322C0
Complementary color
Monochromatic Colors of #0322C0
Black with #0322C0
Text Example
Text Example
White with #0322C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0322C0; }
p { color: rgb(3,34,192); }
H1.HeaderClassName
{
color: #0322C0;
}
.AnyTagClassName
{
color: #0322C0;
}
</style>
background-color css
<style>
a { background-color: #0322C0; }
a { background-color: rgb(3,34,192); }
div.DivClassName
{
background-color: #0322C0;
}
.BgClassName
{
background-color: #0322C0;
}
</style>
border-color css
<style>
span { border-color: #0322C0; }
span { border-color: rgb(3,34,192); }
td.TdClassName
{
border-color: #0322C0;
}
.TagClassName
{
border-color: #0322C0;
}
</style>