Html Css Color HEX #0322BD International Klein Blue
📋 copy color: '#0322BD'red 3 ◦ green 34 ◦ blue 189
Shades of International Klein Blue #0322BD
Tints of International Klein Blue #0322BD
RGB
CMYK
RGB Variations
Color information
#0322BD (or 0x0322BD) is known color: International Klein Blue. HEX triplet: 03, 22 and BD. RGB value is (3,34,189). Sum of RGB (Red+Green+Blue) = 3+34+189=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 189 (74.22% from 255 or 83.63% from 226); Max value from RGB is 189 - color contains mainly: blue. Hex color #0322BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0322BD is #FCDD42. Grayscale: #292929. Windows color (decimal): -16571715 or 12395011. OLE color: 12395011.
HSL color Cylindrical-coordinate representation of color #0322BD: hue angle of 230º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0322BD is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 34 | 189 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.26 |
| HSL | 230º | 0.97% | 0.38% | - |
| HSV(B) | 230º | 0.98% | 0.74% | - |
| XYZ | 9.79 | 4.84 | 48.56 | - |
| YUV | 42.4 | 210.73 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 189 | 0.98 | 0.82 | 0 | 0.26 | 230 | 0.97 | 0.38 |
| Hex | 3 | 22 | BD | 62 | 52 | 0 | 1A | E6 | 61 | 26 |
| Octal | 3 | 42 | 275 | 142 | 122 | 0 | 32 | 346 | 141 | 46 |
| Binary | 11 | 100010 | 10111101 | 1100010 | 1010010 | 0 | 11010 | 11100110 | 1100001 | 100110 |
Color Harmonies of #0322BD
Complementary color
Monochromatic Colors of #0322BD
Black with #0322BD
Text Example
Text Example
White with #0322BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0322BD; }
p { color: rgb(3,34,189); }
H1.HeaderClassName
{
color: #0322BD;
}
.AnyTagClassName
{
color: #0322BD;
}
</style>
background-color css
<style>
a { background-color: #0322BD; }
a { background-color: rgb(3,34,189); }
div.DivClassName
{
background-color: #0322BD;
}
.BgClassName
{
background-color: #0322BD;
}
</style>
border-color css
<style>
span { border-color: #0322BD; }
span { border-color: rgb(3,34,189); }
td.TdClassName
{
border-color: #0322BD;
}
.TagClassName
{
border-color: #0322BD;
}
</style>