Html Css Color HEX #0034C0 International Klein Blue
📋 copy color: '#0034C0'red 0 ◦ green 52 ◦ blue 192
Shades of International Klein Blue #0034C0
Tints of International Klein Blue #0034C0
RGB
CMYK
RGB Variations
Color information
#0034C0 (or 0x0034C0) is known color: International Klein Blue. HEX triplet: 00, 34 and C0. RGB value is (0,52,192). Sum of RGB (Red+Green+Blue) = 0+52+192=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 192 (75.39% from 255 or 78.69% from 244); Max value from RGB is 192 - color contains mainly: blue. Hex color #0034C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0034C0 is #FFCB3F. Grayscale: #333333. Windows color (decimal): -16763712 or 12596224. OLE color: 12596224.
HSL color Cylindrical-coordinate representation of color #0034C0: hue angle of 223.75º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0034C0 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 52 | 192 | - |
| CMYK | 1 | 0.73 | 0 | 0.25 |
| HSL | 223.75º | 1% | 0.38% | - |
| HSV(B) | 223.75º | 1% | 0.75% | - |
| XYZ | 10.74 | 6.26 | 50.51 | - |
| YUV | 52.41 | 206.77 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 192 | 1 | 0.73 | 0 | 0.25 | 223.75 | 1 | 0.38 |
| Hex | 0 | 34 | C0 | 64 | 49 | 0 | 19 | E0 | 64 | 26 |
| Octal | 0 | 64 | 300 | 144 | 111 | 0 | 31 | 340 | 144 | 46 |
| Binary | 0 | 110100 | 11000000 | 1100100 | 1001001 | 0 | 11001 | 11100000 | 1100100 | 100110 |
Color Harmonies of #0034C0
Complementary color
Monochromatic Colors of #0034C0
Black with #0034C0
Text Example
Text Example
White with #0034C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0034C0; }
p { color: rgb(0,52,192); }
H1.HeaderClassName
{
color: #0034C0;
}
.AnyTagClassName
{
color: #0034C0;
}
</style>
background-color css
<style>
a { background-color: #0034C0; }
a { background-color: rgb(0,52,192); }
div.DivClassName
{
background-color: #0034C0;
}
.BgClassName
{
background-color: #0034C0;
}
</style>
border-color css
<style>
span { border-color: #0034C0; }
span { border-color: rgb(0,52,192); }
td.TdClassName
{
border-color: #0034C0;
}
.TagClassName
{
border-color: #0034C0;
}
</style>