Html Css Color HEX #0334B2 International Klein Blue
📋 copy color: '#0334B2'red 3 ◦ green 52 ◦ blue 178
Shades of International Klein Blue #0334B2
Tints of International Klein Blue #0334B2
RGB
CMYK
RGB Variations
Color information
#0334B2 (or 0x0334B2) is known color: International Klein Blue. HEX triplet: 03, 34 and B2. RGB value is (3,52,178). Sum of RGB (Red+Green+Blue) = 3+52+178=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 178 (69.92% from 255 or 76.39% from 233); Max value from RGB is 178 - color contains mainly: blue. Hex color #0334B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0334B2 is #FCCB4D. Grayscale: #333333. Windows color (decimal): -16567118 or 11678723. OLE color: 11678723.
HSL color Cylindrical-coordinate representation of color #0334B2: hue angle of 223.2º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0334B2 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 3 | 52 | 178 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.30 |
| HSL | 223.2º | 0.97% | 0.35% | - |
| HSV(B) | 223.2º | 0.98% | 0.7% | - |
| XYZ | 9.3 | 5.69 | 42.73 | - |
| YUV | 51.71 | 199.27 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 178 | 0.98 | 0.71 | 0 | 0.30 | 223.2 | 0.97 | 0.35 |
| Hex | 3 | 34 | B2 | 62 | 47 | 0 | 1E | DF | 61 | 23 |
| Octal | 3 | 64 | 262 | 142 | 107 | 0 | 36 | 337 | 141 | 43 |
| Binary | 11 | 110100 | 10110010 | 1100010 | 1000111 | 0 | 11110 | 11011111 | 1100001 | 100011 |
Color Harmonies of #0334B2
Complementary color
Monochromatic Colors of #0334B2
Black with #0334B2
Text Example
Text Example
White with #0334B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0334B2; }
p { color: rgb(3,52,178); }
H1.HeaderClassName
{
color: #0334B2;
}
.AnyTagClassName
{
color: #0334B2;
}
</style>
background-color css
<style>
a { background-color: #0334B2; }
a { background-color: rgb(3,52,178); }
div.DivClassName
{
background-color: #0334B2;
}
.BgClassName
{
background-color: #0334B2;
}
</style>
border-color css
<style>
span { border-color: #0334B2; }
span { border-color: rgb(3,52,178); }
td.TdClassName
{
border-color: #0334B2;
}
.TagClassName
{
border-color: #0334B2;
}
</style>