Html Css Color HEX #0322AD International Klein Blue
📋 copy color: '#0322AD'red 3 ◦ green 34 ◦ blue 173
Shades of International Klein Blue #0322AD
Tints of International Klein Blue #0322AD
RGB
CMYK
RGB Variations
Color information
#0322AD (or 0x0322AD) is known color: International Klein Blue. HEX triplet: 03, 22 and AD. RGB value is (3,34,173). Sum of RGB (Red+Green+Blue) = 3+34+173=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 173 (67.97% from 255 or 82.38% from 210); Max value from RGB is 173 - color contains mainly: blue. Hex color #0322AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0322AD is #FCDD52. Grayscale: #272727. Windows color (decimal): -16571731 or 11346435. OLE color: 11346435.
HSL color Cylindrical-coordinate representation of color #0322AD: hue angle of 229.06º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0322AD is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 34 | 173 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.32 |
| HSL | 229.06º | 0.97% | 0.35% | - |
| HSV(B) | 229.06º | 0.98% | 0.68% | - |
| XYZ | 8.15 | 4.18 | 39.91 | - |
| YUV | 40.58 | 202.73 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 173 | 0.98 | 0.80 | 0 | 0.32 | 229.06 | 0.97 | 0.35 |
| Hex | 3 | 22 | AD | 62 | 50 | 0 | 20 | E5 | 61 | 23 |
| Octal | 3 | 42 | 255 | 142 | 120 | 0 | 40 | 345 | 141 | 43 |
| Binary | 11 | 100010 | 10101101 | 1100010 | 1010000 | 0 | 100000 | 11100101 | 1100001 | 100011 |
Color Harmonies of #0322AD
Complementary color
Monochromatic Colors of #0322AD
Black with #0322AD
Text Example
Text Example
White with #0322AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0322AD; }
p { color: rgb(3,34,173); }
H1.HeaderClassName
{
color: #0322AD;
}
.AnyTagClassName
{
color: #0322AD;
}
</style>
background-color css
<style>
a { background-color: #0322AD; }
a { background-color: rgb(3,34,173); }
div.DivClassName
{
background-color: #0322AD;
}
.BgClassName
{
background-color: #0322AD;
}
</style>
border-color css
<style>
span { border-color: #0322AD; }
span { border-color: rgb(3,34,173); }
td.TdClassName
{
border-color: #0322AD;
}
.TagClassName
{
border-color: #0322AD;
}
</style>