Html Css Color HEX #0326C3 International Klein Blue
📋 copy color: '#0326C3'red 3 ◦ green 38 ◦ blue 195
Shades of International Klein Blue #0326C3
Tints of International Klein Blue #0326C3
RGB
CMYK
RGB Variations
Color information
#0326C3 (or 0x0326C3) is known color: International Klein Blue. HEX triplet: 03, 26 and C3. RGB value is (3,38,195). Sum of RGB (Red+Green+Blue) = 3+38+195=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 195 (76.56% from 255 or 82.63% from 236); Max value from RGB is 195 - color contains mainly: blue. Hex color #0326C3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0326C3 is #FCD93C. Grayscale: #2C2C2C. Windows color (decimal): -16570685 or 12789251. OLE color: 12789251.
HSL color Cylindrical-coordinate representation of color #0326C3: hue angle of 229.06º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0326C3 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 38 | 195 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.24 |
| HSL | 229.06º | 0.97% | 0.39% | - |
| HSV(B) | 229.06º | 0.98% | 0.76% | - |
| XYZ | 10.58 | 5.35 | 52.1 | - |
| YUV | 45.43 | 212.4 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 195 | 0.98 | 0.81 | 0 | 0.24 | 229.06 | 0.97 | 0.39 |
| Hex | 3 | 26 | C3 | 62 | 51 | 0 | 18 | E5 | 61 | 27 |
| Octal | 3 | 46 | 303 | 142 | 121 | 0 | 30 | 345 | 141 | 47 |
| Binary | 11 | 100110 | 11000011 | 1100010 | 1010001 | 0 | 11000 | 11100101 | 1100001 | 100111 |
Color Harmonies of #0326C3
Complementary color
Monochromatic Colors of #0326C3
Black with #0326C3
Text Example
Text Example
White with #0326C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0326C3; }
p { color: rgb(3,38,195); }
H1.HeaderClassName
{
color: #0326C3;
}
.AnyTagClassName
{
color: #0326C3;
}
</style>
background-color css
<style>
a { background-color: #0326C3; }
a { background-color: rgb(3,38,195); }
div.DivClassName
{
background-color: #0326C3;
}
.BgClassName
{
background-color: #0326C3;
}
</style>
border-color css
<style>
span { border-color: #0326C3; }
span { border-color: rgb(3,38,195); }
td.TdClassName
{
border-color: #0326C3;
}
.TagClassName
{
border-color: #0326C3;
}
</style>