Html Css Color HEX #0322C5 International Klein Blue
📋 copy color: '#0322C5'red 3 ◦ green 34 ◦ blue 197
Shades of International Klein Blue #0322C5
Tints of International Klein Blue #0322C5
RGB
CMYK
RGB Variations
Color information
#0322C5 (or 0x0322C5) is known color: International Klein Blue. HEX triplet: 03, 22 and C5. RGB value is (3,34,197). Sum of RGB (Red+Green+Blue) = 3+34+197=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 197 (77.34% from 255 or 84.19% from 234); Max value from RGB is 197 - color contains mainly: blue. Hex color #0322C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0322C5 is #FCDD3A. Grayscale: #2A2A2A. Windows color (decimal): -16571707 or 12919299. OLE color: 12919299.
HSL color Cylindrical-coordinate representation of color #0322C5: hue angle of 230.41º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0322C5 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 34 | 197 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.23 |
| HSL | 230.41º | 0.97% | 0.39% | - |
| HSV(B) | 230.41º | 0.98% | 0.77% | - |
| XYZ | 10.69 | 5.19 | 53.26 | - |
| YUV | 43.31 | 214.73 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 197 | 0.98 | 0.83 | 0 | 0.23 | 230.41 | 0.97 | 0.39 |
| Hex | 3 | 22 | C5 | 62 | 53 | 0 | 17 | E6 | 61 | 27 |
| Octal | 3 | 42 | 305 | 142 | 123 | 0 | 27 | 346 | 141 | 47 |
| Binary | 11 | 100010 | 11000101 | 1100010 | 1010011 | 0 | 10111 | 11100110 | 1100001 | 100111 |
Color Harmonies of #0322C5
Complementary color
Monochromatic Colors of #0322C5
Black with #0322C5
Text Example
Text Example
White with #0322C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0322C5; }
p { color: rgb(3,34,197); }
H1.HeaderClassName
{
color: #0322C5;
}
.AnyTagClassName
{
color: #0322C5;
}
</style>
background-color css
<style>
a { background-color: #0322C5; }
a { background-color: rgb(3,34,197); }
div.DivClassName
{
background-color: #0322C5;
}
.BgClassName
{
background-color: #0322C5;
}
</style>
border-color css
<style>
span { border-color: #0322C5; }
span { border-color: rgb(3,34,197); }
td.TdClassName
{
border-color: #0322C5;
}
.TagClassName
{
border-color: #0322C5;
}
</style>