Html Css Color HEX #0326C0 International Klein Blue
📋 copy color: '#0326C0'red 3 ◦ green 38 ◦ blue 192
Shades of International Klein Blue #0326C0
Tints of International Klein Blue #0326C0
RGB
CMYK
RGB Variations
Color information
#0326C0 (or 0x0326C0) is known color: International Klein Blue. HEX triplet: 03, 26 and C0. RGB value is (3,38,192). Sum of RGB (Red+Green+Blue) = 3+38+192=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 192 (75.39% from 255 or 82.40% from 233); Max value from RGB is 192 - color contains mainly: blue. Hex color #0326C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0326C0 is #FCD93F. Grayscale: #2C2C2C. Windows color (decimal): -16570688 or 12592643. OLE color: 12592643.
HSL color Cylindrical-coordinate representation of color #0326C0: hue angle of 228.89º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0326C0 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 38 | 192 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.25 |
| HSL | 228.89º | 0.97% | 0.38% | - |
| HSV(B) | 228.89º | 0.98% | 0.75% | - |
| XYZ | 10.25 | 5.21 | 50.34 | - |
| YUV | 45.09 | 210.9 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 192 | 0.98 | 0.80 | 0 | 0.25 | 228.89 | 0.97 | 0.38 |
| Hex | 3 | 26 | C0 | 62 | 50 | 0 | 19 | E5 | 61 | 26 |
| Octal | 3 | 46 | 300 | 142 | 120 | 0 | 31 | 345 | 141 | 46 |
| Binary | 11 | 100110 | 11000000 | 1100010 | 1010000 | 0 | 11001 | 11100101 | 1100001 | 100110 |
Color Harmonies of #0326C0
Complementary color
Monochromatic Colors of #0326C0
Black with #0326C0
Text Example
Text Example
White with #0326C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0326C0; }
p { color: rgb(3,38,192); }
H1.HeaderClassName
{
color: #0326C0;
}
.AnyTagClassName
{
color: #0326C0;
}
</style>
background-color css
<style>
a { background-color: #0326C0; }
a { background-color: rgb(3,38,192); }
div.DivClassName
{
background-color: #0326C0;
}
.BgClassName
{
background-color: #0326C0;
}
</style>
border-color css
<style>
span { border-color: #0326C0; }
span { border-color: rgb(3,38,192); }
td.TdClassName
{
border-color: #0326C0;
}
.TagClassName
{
border-color: #0326C0;
}
</style>