Shades of Viking #37BECC
Tints of Viking #37BECC
RGB
CMYK
RGB Variations
Color information
#37BECC (or 0x37BECC) is known color: Viking. HEX triplet: 37, BE and CC. RGB value is (55,190,204). Sum of RGB (Red+Green+Blue) = 55+190+204=449 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.25% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #37BECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BECC is #C84133. Grayscale: #979797. Windows color (decimal): -13123892 or 13418039. OLE color: 13418039.
HSL color Cylindrical-coordinate representation of color #37BECC: hue angle of 185.64º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37BECC is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 190 | 204 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.2 |
| HSL | 185.64º | 0.59% | 0.51% | - |
| HSV(B) | 185.64º | 0.73% | 0.8% | - |
| XYZ | 30.89 | 42 | 63.61 | - |
| YUV | 151.23 | 157.77 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 190 | 204 | 0.73 | 0.07 | 0 | 0.2 | 185.64 | 0.59 | 0.51 |
| Hex | 37 | BE | CC | 49 | 7 | 0 | 14 | BA | 3B | 33 |
| Octal | 67 | 276 | 314 | 111 | 7 | 0 | 24 | 272 | 73 | 63 |
| Binary | 110111 | 10111110 | 11001100 | 1001001 | 111 | 0 | 10100 | 10111010 | 111011 | 110011 |
Color Harmonies of #37BECC
Complementary color
Monochromatic Colors of #37BECC
Black with #37BECC
Text Example
Text Example
White with #37BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BECC; }
p { color: rgb(55,190,204); }
H1.HeaderClassName
{
color: #37BECC;
}
.AnyTagClassName
{
color: #37BECC;
}
</style>
background-color css
<style>
a { background-color: #37BECC; }
a { background-color: rgb(55,190,204); }
div.DivClassName
{
background-color: #37BECC;
}
.BgClassName
{
background-color: #37BECC;
}
</style>
border-color css
<style>
span { border-color: #37BECC; }
span { border-color: rgb(55,190,204); }
td.TdClassName
{
border-color: #37BECC;
}
.TagClassName
{
border-color: #37BECC;
}
</style>