Html Css Color HEX #0336BA International Klein Blue
📋 copy color: '#0336BA'red 3 ◦ green 54 ◦ blue 186
Shades of International Klein Blue #0336BA
Tints of International Klein Blue #0336BA
RGB
CMYK
RGB Variations
Color information
#0336BA (or 0x0336BA) is known color: International Klein Blue. HEX triplet: 03, 36 and BA. RGB value is (3,54,186). Sum of RGB (Red+Green+Blue) = 3+54+186=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 186 (73.05% from 255 or 76.54% from 243); Max value from RGB is 186 - color contains mainly: blue. Hex color #0336BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0336BA is #FCC945. Grayscale: #353535. Windows color (decimal): -16566598 or 12203523. OLE color: 12203523.
HSL color Cylindrical-coordinate representation of color #0336BA: hue angle of 223.28º 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 #0336BA is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 54 | 186 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.27 |
| HSL | 223.28º | 0.97% | 0.37% | - |
| HSV(B) | 223.28º | 0.98% | 0.73% | - |
| XYZ | 10.22 | 6.2 | 47.11 | - |
| YUV | 53.8 | 202.6 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 186 | 0.98 | 0.71 | 0 | 0.27 | 223.28 | 0.97 | 0.37 |
| Hex | 3 | 36 | BA | 62 | 47 | 0 | 1B | DF | 61 | 25 |
| Octal | 3 | 66 | 272 | 142 | 107 | 0 | 33 | 337 | 141 | 45 |
| Binary | 11 | 110110 | 10111010 | 1100010 | 1000111 | 0 | 11011 | 11011111 | 1100001 | 100101 |
Color Harmonies of #0336BA
Complementary color
Monochromatic Colors of #0336BA
Black with #0336BA
Text Example
Text Example
White with #0336BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0336BA; }
p { color: rgb(3,54,186); }
H1.HeaderClassName
{
color: #0336BA;
}
.AnyTagClassName
{
color: #0336BA;
}
</style>
background-color css
<style>
a { background-color: #0336BA; }
a { background-color: rgb(3,54,186); }
div.DivClassName
{
background-color: #0336BA;
}
.BgClassName
{
background-color: #0336BA;
}
</style>
border-color css
<style>
span { border-color: #0336BA; }
span { border-color: rgb(3,54,186); }
td.TdClassName
{
border-color: #0336BA;
}
.TagClassName
{
border-color: #0336BA;
}
</style>