Shades of Viking #36B3C1
Tints of Viking #36B3C1
RGB
CMYK
RGB Variations
Color information
#36B3C1 (or 0x36B3C1) is known color: Viking. HEX triplet: 36, B3 and C1. RGB value is (54,179,193). Sum of RGB (Red+Green+Blue) = 54+179+193=426 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.68% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #36B3C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36B3C1 is #C94C3E. Grayscale: #8F8F8F. Windows color (decimal): -13192255 or 12694326. OLE color: 12694326.
HSL color Cylindrical-coordinate representation of color #36B3C1: hue angle of 186.04º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36B3C1 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 179 | 193 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.24 |
| HSL | 186.04º | 0.56% | 0.48% | - |
| HSV(B) | 186.04º | 0.72% | 0.76% | - |
| XYZ | 27.27 | 36.87 | 56.13 | - |
| YUV | 143.22 | 156.09 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 179 | 193 | 0.72 | 0.07 | 0 | 0.24 | 186.04 | 0.56 | 0.48 |
| Hex | 36 | B3 | C1 | 48 | 7 | 0 | 18 | BA | 38 | 30 |
| Octal | 66 | 263 | 301 | 110 | 7 | 0 | 30 | 272 | 70 | 60 |
| Binary | 110110 | 10110011 | 11000001 | 1001000 | 111 | 0 | 11000 | 10111010 | 111000 | 110000 |
Color Harmonies of #36B3C1
Complementary color
Monochromatic Colors of #36B3C1
Black with #36B3C1
Text Example
Text Example
White with #36B3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B3C1; }
p { color: rgb(54,179,193); }
H1.HeaderClassName
{
color: #36B3C1;
}
.AnyTagClassName
{
color: #36B3C1;
}
</style>
background-color css
<style>
a { background-color: #36B3C1; }
a { background-color: rgb(54,179,193); }
div.DivClassName
{
background-color: #36B3C1;
}
.BgClassName
{
background-color: #36B3C1;
}
</style>
border-color css
<style>
span { border-color: #36B3C1; }
span { border-color: rgb(54,179,193); }
td.TdClassName
{
border-color: #36B3C1;
}
.TagClassName
{
border-color: #36B3C1;
}
</style>