Html Css Color HEX #0326AD International Klein Blue
📋 copy color: '#0326AD'red 3 ◦ green 38 ◦ blue 173
Shades of International Klein Blue #0326AD
Tints of International Klein Blue #0326AD
RGB
CMYK
RGB Variations
Color information
#0326AD (or 0x0326AD) is known color: International Klein Blue. HEX triplet: 03, 26 and AD. RGB value is (3,38,173). Sum of RGB (Red+Green+Blue) = 3+38+173=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 173 (67.97% from 255 or 80.84% from 214); Max value from RGB is 173 - color contains mainly: blue. Hex color #0326AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0326AD is #FCD952. Grayscale: #2A2A2A. Windows color (decimal): -16570707 or 11347459. OLE color: 11347459.
HSL color Cylindrical-coordinate representation of color #0326AD: hue angle of 227.65º 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 #0326AD is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 38 | 173 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.32 |
| HSL | 227.65º | 0.97% | 0.35% | - |
| HSV(B) | 227.65º | 0.98% | 0.68% | - |
| XYZ | 8.27 | 4.42 | 39.95 | - |
| YUV | 42.93 | 201.4 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 173 | 0.98 | 0.78 | 0 | 0.32 | 227.65 | 0.97 | 0.35 |
| Hex | 3 | 26 | AD | 62 | 4E | 0 | 20 | E4 | 61 | 23 |
| Octal | 3 | 46 | 255 | 142 | 116 | 0 | 40 | 344 | 141 | 43 |
| Binary | 11 | 100110 | 10101101 | 1100010 | 1001110 | 0 | 100000 | 11100100 | 1100001 | 100011 |
Color Harmonies of #0326AD
Complementary color
Monochromatic Colors of #0326AD
Black with #0326AD
Text Example
Text Example
White with #0326AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0326AD; }
p { color: rgb(3,38,173); }
H1.HeaderClassName
{
color: #0326AD;
}
.AnyTagClassName
{
color: #0326AD;
}
</style>
background-color css
<style>
a { background-color: #0326AD; }
a { background-color: rgb(3,38,173); }
div.DivClassName
{
background-color: #0326AD;
}
.BgClassName
{
background-color: #0326AD;
}
</style>
border-color css
<style>
span { border-color: #0326AD; }
span { border-color: rgb(3,38,173); }
td.TdClassName
{
border-color: #0326AD;
}
.TagClassName
{
border-color: #0326AD;
}
</style>