Html Css Color HEX #0034BD International Klein Blue
📋 copy color: '#0034BD'red 0 ◦ green 52 ◦ blue 189
Shades of International Klein Blue #0034BD
Tints of International Klein Blue #0034BD
RGB
CMYK
RGB Variations
Color information
#0034BD (or 0x0034BD) is known color: International Klein Blue. HEX triplet: 00, 34 and BD. RGB value is (0,52,189). Sum of RGB (Red+Green+Blue) = 0+52+189=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 189 (74.22% from 255 or 78.42% from 241); Max value from RGB is 189 - color contains mainly: blue. Hex color #0034BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0034BD is #FFCB42. Grayscale: #333333. Windows color (decimal): -16763715 or 12399616. OLE color: 12399616.
HSL color Cylindrical-coordinate representation of color #0034BD: hue angle of 223.49º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0034BD is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 52 | 189 | - |
| CMYK | 1 | 0.72 | 0 | 0.26 |
| HSL | 223.49º | 1% | 0.37% | - |
| HSV(B) | 223.49º | 1% | 0.74% | - |
| XYZ | 10.41 | 6.13 | 48.78 | - |
| YUV | 52.07 | 205.27 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 189 | 1 | 0.72 | 0 | 0.26 | 223.49 | 1 | 0.37 |
| Hex | 0 | 34 | BD | 64 | 48 | 0 | 1A | DF | 64 | 25 |
| Octal | 0 | 64 | 275 | 144 | 110 | 0 | 32 | 337 | 144 | 45 |
| Binary | 0 | 110100 | 10111101 | 1100100 | 1001000 | 0 | 11010 | 11011111 | 1100100 | 100101 |
Color Harmonies of #0034BD
Complementary color
Monochromatic Colors of #0034BD
Black with #0034BD
Text Example
Text Example
White with #0034BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0034BD; }
p { color: rgb(0,52,189); }
H1.HeaderClassName
{
color: #0034BD;
}
.AnyTagClassName
{
color: #0034BD;
}
</style>
background-color css
<style>
a { background-color: #0034BD; }
a { background-color: rgb(0,52,189); }
div.DivClassName
{
background-color: #0034BD;
}
.BgClassName
{
background-color: #0034BD;
}
</style>
border-color css
<style>
span { border-color: #0034BD; }
span { border-color: rgb(0,52,189); }
td.TdClassName
{
border-color: #0034BD;
}
.TagClassName
{
border-color: #0034BD;
}
</style>