Html Css Color HEX #0334BD International Klein Blue
📋 copy color: '#0334BD'red 3 ◦ green 52 ◦ blue 189
Shades of International Klein Blue #0334BD
Tints of International Klein Blue #0334BD
RGB
CMYK
RGB Variations
Color information
#0334BD (or 0x0334BD) is known color: International Klein Blue. HEX triplet: 03, 34 and BD. RGB value is (3,52,189). Sum of RGB (Red+Green+Blue) = 3+52+189=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 189 (74.22% from 255 or 77.46% from 244); Max value from RGB is 189 - color contains mainly: blue. Hex color #0334BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0334BD is #FCCB42. Grayscale: #343434. Windows color (decimal): -16567107 or 12399619. OLE color: 12399619.
HSL color Cylindrical-coordinate representation of color #0334BD: hue angle of 224.19º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0334BD is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 52 | 189 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.26 |
| HSL | 224.19º | 0.97% | 0.38% | - |
| HSV(B) | 224.19º | 0.98% | 0.74% | - |
| XYZ | 10.45 | 6.15 | 48.78 | - |
| YUV | 52.97 | 204.77 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 189 | 0.98 | 0.72 | 0 | 0.26 | 224.19 | 0.97 | 0.38 |
| Hex | 3 | 34 | BD | 62 | 48 | 0 | 1A | E0 | 61 | 26 |
| Octal | 3 | 64 | 275 | 142 | 110 | 0 | 32 | 340 | 141 | 46 |
| Binary | 11 | 110100 | 10111101 | 1100010 | 1001000 | 0 | 11010 | 11100000 | 1100001 | 100110 |
Color Harmonies of #0334BD
Complementary color
Monochromatic Colors of #0334BD
Black with #0334BD
Text Example
Text Example
White with #0334BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0334BD; }
p { color: rgb(3,52,189); }
H1.HeaderClassName
{
color: #0334BD;
}
.AnyTagClassName
{
color: #0334BD;
}
</style>
background-color css
<style>
a { background-color: #0334BD; }
a { background-color: rgb(3,52,189); }
div.DivClassName
{
background-color: #0334BD;
}
.BgClassName
{
background-color: #0334BD;
}
</style>
border-color css
<style>
span { border-color: #0334BD; }
span { border-color: rgb(3,52,189); }
td.TdClassName
{
border-color: #0334BD;
}
.TagClassName
{
border-color: #0334BD;
}
</style>