Html Css Color HEX #0334B9 International Klein Blue
📋 copy color: '#0334B9'red 3 ◦ green 52 ◦ blue 185
Shades of International Klein Blue #0334B9
Tints of International Klein Blue #0334B9
RGB
CMYK
RGB Variations
Color information
#0334B9 (or 0x0334B9) is known color: International Klein Blue. HEX triplet: 03, 34 and B9. RGB value is (3,52,185). Sum of RGB (Red+Green+Blue) = 3+52+185=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 185 (72.66% from 255 or 77.08% from 240); Max value from RGB is 185 - color contains mainly: blue. Hex color #0334B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0334B9 is #FCCB46. Grayscale: #333333. Windows color (decimal): -16567111 or 12137475. OLE color: 12137475.
HSL color Cylindrical-coordinate representation of color #0334B9: hue angle of 223.85º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0334B9 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 52 | 185 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.27 |
| HSL | 223.85º | 0.97% | 0.37% | - |
| HSV(B) | 223.85º | 0.98% | 0.73% | - |
| XYZ | 10.02 | 5.98 | 46.52 | - |
| YUV | 52.51 | 202.77 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 185 | 0.98 | 0.72 | 0 | 0.27 | 223.85 | 0.97 | 0.37 |
| Hex | 3 | 34 | B9 | 62 | 48 | 0 | 1B | E0 | 61 | 25 |
| Octal | 3 | 64 | 271 | 142 | 110 | 0 | 33 | 340 | 141 | 45 |
| Binary | 11 | 110100 | 10111001 | 1100010 | 1001000 | 0 | 11011 | 11100000 | 1100001 | 100101 |
Color Harmonies of #0334B9
Complementary color
Monochromatic Colors of #0334B9
Black with #0334B9
Text Example
Text Example
White with #0334B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0334B9; }
p { color: rgb(3,52,185); }
H1.HeaderClassName
{
color: #0334B9;
}
.AnyTagClassName
{
color: #0334B9;
}
</style>
background-color css
<style>
a { background-color: #0334B9; }
a { background-color: rgb(3,52,185); }
div.DivClassName
{
background-color: #0334B9;
}
.BgClassName
{
background-color: #0334B9;
}
</style>
border-color css
<style>
span { border-color: #0334B9; }
span { border-color: rgb(3,52,185); }
td.TdClassName
{
border-color: #0334B9;
}
.TagClassName
{
border-color: #0334B9;
}
</style>