Shades of Viking #36BECB
Tints of Viking #36BECB
RGB
CMYK
RGB Variations
Color information
#36BECB (or 0x36BECB) is known color: Viking. HEX triplet: 36, BE and CB. RGB value is (54,190,203). Sum of RGB (Red+Green+Blue) = 54+190+203=447 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.08% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #36BECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BECB is #C94134. Grayscale: #969696. Windows color (decimal): -13189429 or 13352502. OLE color: 13352502.
HSL color Cylindrical-coordinate representation of color #36BECB: hue angle of 185.23º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36BECB is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 190 | 203 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.20 |
| HSL | 185.23º | 0.59% | 0.5% | - |
| HSV(B) | 185.23º | 0.73% | 0.8% | - |
| XYZ | 30.71 | 41.92 | 62.97 | - |
| YUV | 150.82 | 157.44 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 190 | 203 | 0.73 | 0.06 | 0 | 0.20 | 185.23 | 0.59 | 0.5 |
| Hex | 36 | BE | CB | 49 | 6 | 0 | 14 | B9 | 3B | 32 |
| Octal | 66 | 276 | 313 | 111 | 6 | 0 | 24 | 271 | 73 | 62 |
| Binary | 110110 | 10111110 | 11001011 | 1001001 | 110 | 0 | 10100 | 10111001 | 111011 | 110010 |
Color Harmonies of #36BECB
Complementary color
Monochromatic Colors of #36BECB
Black with #36BECB
Text Example
Text Example
White with #36BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BECB; }
p { color: rgb(54,190,203); }
H1.HeaderClassName
{
color: #36BECB;
}
.AnyTagClassName
{
color: #36BECB;
}
</style>
background-color css
<style>
a { background-color: #36BECB; }
a { background-color: rgb(54,190,203); }
div.DivClassName
{
background-color: #36BECB;
}
.BgClassName
{
background-color: #36BECB;
}
</style>
border-color css
<style>
span { border-color: #36BECB; }
span { border-color: rgb(54,190,203); }
td.TdClassName
{
border-color: #36BECB;
}
.TagClassName
{
border-color: #36BECB;
}
</style>