Html Css Color HEX #0337BB International Klein Blue
📋 copy color: '#0337BB'red 3 ◦ green 55 ◦ blue 187
Shades of International Klein Blue #0337BB
Tints of International Klein Blue #0337BB
RGB
CMYK
RGB Variations
Color information
#0337BB (or 0x0337BB) is known color: International Klein Blue. HEX triplet: 03, 37 and BB. RGB value is (3,55,187). Sum of RGB (Red+Green+Blue) = 3+55+187=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 187 (73.44% from 255 or 76.33% from 245); Max value from RGB is 187 - color contains mainly: blue. Hex color #0337BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0337BB is #FCC844. Grayscale: #353535. Windows color (decimal): -16566341 or 12269315. OLE color: 12269315.
HSL color Cylindrical-coordinate representation of color #0337BB: hue angle of 223.04º 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 #0337BB is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 55 | 187 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.27 |
| HSL | 223.04º | 0.97% | 0.37% | - |
| HSV(B) | 223.04º | 0.98% | 0.73% | - |
| XYZ | 10.37 | 6.34 | 47.69 | - |
| YUV | 54.5 | 202.77 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 187 | 0.98 | 0.71 | 0 | 0.27 | 223.04 | 0.97 | 0.37 |
| Hex | 3 | 37 | BB | 62 | 47 | 0 | 1B | DF | 61 | 25 |
| Octal | 3 | 67 | 273 | 142 | 107 | 0 | 33 | 337 | 141 | 45 |
| Binary | 11 | 110111 | 10111011 | 1100010 | 1000111 | 0 | 11011 | 11011111 | 1100001 | 100101 |
Color Harmonies of #0337BB
Complementary color
Monochromatic Colors of #0337BB
Black with #0337BB
Text Example
Text Example
White with #0337BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0337BB; }
p { color: rgb(3,55,187); }
H1.HeaderClassName
{
color: #0337BB;
}
.AnyTagClassName
{
color: #0337BB;
}
</style>
background-color css
<style>
a { background-color: #0337BB; }
a { background-color: rgb(3,55,187); }
div.DivClassName
{
background-color: #0337BB;
}
.BgClassName
{
background-color: #0337BB;
}
</style>
border-color css
<style>
span { border-color: #0337BB; }
span { border-color: rgb(3,55,187); }
td.TdClassName
{
border-color: #0337BB;
}
.TagClassName
{
border-color: #0337BB;
}
</style>