Html Css Color HEX #0322C6 International Klein Blue
📋 copy color: '#0322C6'red 3 ◦ green 34 ◦ blue 198
Shades of International Klein Blue #0322C6
Tints of International Klein Blue #0322C6
RGB
CMYK
RGB Variations
Color information
#0322C6 (or 0x0322C6) is known color: International Klein Blue. HEX triplet: 03, 22 and C6. RGB value is (3,34,198). Sum of RGB (Red+Green+Blue) = 3+34+198=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 198 (77.73% from 255 or 84.26% from 235); Max value from RGB is 198 - color contains mainly: blue. Hex color #0322C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0322C6 is #FCDD39. Grayscale: #2A2A2A. Windows color (decimal): -16571706 or 12984835. OLE color: 12984835.
HSL color Cylindrical-coordinate representation of color #0322C6: hue angle of 230.46º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0322C6 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 34 | 198 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.22 |
| HSL | 230.46º | 0.97% | 0.39% | - |
| HSV(B) | 230.46º | 0.98% | 0.78% | - |
| XYZ | 10.8 | 5.24 | 53.87 | - |
| YUV | 43.43 | 215.23 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 198 | 0.98 | 0.83 | 0 | 0.22 | 230.46 | 0.97 | 0.39 |
| Hex | 3 | 22 | C6 | 62 | 53 | 0 | 16 | E6 | 61 | 27 |
| Octal | 3 | 42 | 306 | 142 | 123 | 0 | 26 | 346 | 141 | 47 |
| Binary | 11 | 100010 | 11000110 | 1100010 | 1010011 | 0 | 10110 | 11100110 | 1100001 | 100111 |
Color Harmonies of #0322C6
Complementary color
Monochromatic Colors of #0322C6
Black with #0322C6
Text Example
Text Example
White with #0322C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0322C6; }
p { color: rgb(3,34,198); }
H1.HeaderClassName
{
color: #0322C6;
}
.AnyTagClassName
{
color: #0322C6;
}
</style>
background-color css
<style>
a { background-color: #0322C6; }
a { background-color: rgb(3,34,198); }
div.DivClassName
{
background-color: #0322C6;
}
.BgClassName
{
background-color: #0322C6;
}
</style>
border-color css
<style>
span { border-color: #0322C6; }
span { border-color: rgb(3,34,198); }
td.TdClassName
{
border-color: #0322C6;
}
.TagClassName
{
border-color: #0322C6;
}
</style>