Html Css Color HEX #0335C0 International Klein Blue
📋 copy color: '#0335C0'red 3 ◦ green 53 ◦ blue 192
Shades of International Klein Blue #0335C0
Tints of International Klein Blue #0335C0
RGB
CMYK
RGB Variations
Color information
#0335C0 (or 0x0335C0) is known color: International Klein Blue. HEX triplet: 03, 35 and C0. RGB value is (3,53,192). Sum of RGB (Red+Green+Blue) = 3+53+192=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 192 (75.39% from 255 or 77.42% from 248); Max value from RGB is 192 - color contains mainly: blue. Hex color #0335C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0335C0 is #FCCA3F. Grayscale: #353535. Windows color (decimal): -16566848 or 12596483. OLE color: 12596483.
HSL color Cylindrical-coordinate representation of color #0335C0: hue angle of 224.13º 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 #0335C0 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 53 | 192 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.25 |
| HSL | 224.13º | 0.97% | 0.38% | - |
| HSV(B) | 224.13º | 0.98% | 0.75% | - |
| XYZ | 10.83 | 6.37 | 50.53 | - |
| YUV | 53.9 | 205.94 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 192 | 0.98 | 0.72 | 0 | 0.25 | 224.13 | 0.97 | 0.38 |
| Hex | 3 | 35 | C0 | 62 | 48 | 0 | 19 | E0 | 61 | 26 |
| Octal | 3 | 65 | 300 | 142 | 110 | 0 | 31 | 340 | 141 | 46 |
| Binary | 11 | 110101 | 11000000 | 1100010 | 1001000 | 0 | 11001 | 11100000 | 1100001 | 100110 |
Color Harmonies of #0335C0
Complementary color
Monochromatic Colors of #0335C0
Black with #0335C0
Text Example
Text Example
White with #0335C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0335C0; }
p { color: rgb(3,53,192); }
H1.HeaderClassName
{
color: #0335C0;
}
.AnyTagClassName
{
color: #0335C0;
}
</style>
background-color css
<style>
a { background-color: #0335C0; }
a { background-color: rgb(3,53,192); }
div.DivClassName
{
background-color: #0335C0;
}
.BgClassName
{
background-color: #0335C0;
}
</style>
border-color css
<style>
span { border-color: #0335C0; }
span { border-color: rgb(3,53,192); }
td.TdClassName
{
border-color: #0335C0;
}
.TagClassName
{
border-color: #0335C0;
}
</style>