Html Css Color HEX #0326C5 International Klein Blue
📋 copy color: '#0326C5'red 3 ◦ green 38 ◦ blue 197
Shades of International Klein Blue #0326C5
Tints of International Klein Blue #0326C5
RGB
CMYK
RGB Variations
Color information
#0326C5 (or 0x0326C5) is known color: International Klein Blue. HEX triplet: 03, 26 and C5. RGB value is (3,38,197). Sum of RGB (Red+Green+Blue) = 3+38+197=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 197 (77.34% from 255 or 82.77% from 238); Max value from RGB is 197 - color contains mainly: blue. Hex color #0326C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0326C5 is #FCD93A. Grayscale: #2C2C2C. Windows color (decimal): -16570683 or 12920323. OLE color: 12920323.
HSL color Cylindrical-coordinate representation of color #0326C5: hue angle of 229.18º 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 #0326C5 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 38 | 197 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.23 |
| HSL | 229.18º | 0.97% | 0.39% | - |
| HSV(B) | 229.18º | 0.98% | 0.77% | - |
| XYZ | 10.81 | 5.44 | 53.3 | - |
| YUV | 45.66 | 213.4 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 197 | 0.98 | 0.81 | 0 | 0.23 | 229.18 | 0.97 | 0.39 |
| Hex | 3 | 26 | C5 | 62 | 51 | 0 | 17 | E5 | 61 | 27 |
| Octal | 3 | 46 | 305 | 142 | 121 | 0 | 27 | 345 | 141 | 47 |
| Binary | 11 | 100110 | 11000101 | 1100010 | 1010001 | 0 | 10111 | 11100101 | 1100001 | 100111 |
Color Harmonies of #0326C5
Complementary color
Monochromatic Colors of #0326C5
Black with #0326C5
Text Example
Text Example
White with #0326C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0326C5; }
p { color: rgb(3,38,197); }
H1.HeaderClassName
{
color: #0326C5;
}
.AnyTagClassName
{
color: #0326C5;
}
</style>
background-color css
<style>
a { background-color: #0326C5; }
a { background-color: rgb(3,38,197); }
div.DivClassName
{
background-color: #0326C5;
}
.BgClassName
{
background-color: #0326C5;
}
</style>
border-color css
<style>
span { border-color: #0326C5; }
span { border-color: rgb(3,38,197); }
td.TdClassName
{
border-color: #0326C5;
}
.TagClassName
{
border-color: #0326C5;
}
</style>