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