Shades of Viking #36B5C4
Tints of Viking #36B5C4
RGB
CMYK
RGB Variations
Color information
#36B5C4 (or 0x36B5C4) is known color: Viking. HEX triplet: 36, B5 and C4. RGB value is (54,181,196). Sum of RGB (Red+Green+Blue) = 54+181+196=431 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.53% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #36B5C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36B5C4 is #C94A3B. Grayscale: #909090. Windows color (decimal): -13191740 or 12891446. OLE color: 12891446.
HSL color Cylindrical-coordinate representation of color #36B5C4: hue angle of 186.34º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36B5C4 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 181 | 196 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.23 |
| HSL | 186.34º | 0.57% | 0.49% | - |
| HSV(B) | 186.34º | 0.72% | 0.77% | - |
| XYZ | 28.01 | 37.82 | 58.05 | - |
| YUV | 144.74 | 156.92 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 181 | 196 | 0.72 | 0.08 | 0 | 0.23 | 186.34 | 0.57 | 0.49 |
| Hex | 36 | B5 | C4 | 48 | 8 | 0 | 17 | BA | 39 | 31 |
| Octal | 66 | 265 | 304 | 110 | 10 | 0 | 27 | 272 | 71 | 61 |
| Binary | 110110 | 10110101 | 11000100 | 1001000 | 1000 | 0 | 10111 | 10111010 | 111001 | 110001 |
Color Harmonies of #36B5C4
Complementary color
Monochromatic Colors of #36B5C4
Black with #36B5C4
Text Example
Text Example
White with #36B5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B5C4; }
p { color: rgb(54,181,196); }
H1.HeaderClassName
{
color: #36B5C4;
}
.AnyTagClassName
{
color: #36B5C4;
}
</style>
background-color css
<style>
a { background-color: #36B5C4; }
a { background-color: rgb(54,181,196); }
div.DivClassName
{
background-color: #36B5C4;
}
.BgClassName
{
background-color: #36B5C4;
}
</style>
border-color css
<style>
span { border-color: #36B5C4; }
span { border-color: rgb(54,181,196); }
td.TdClassName
{
border-color: #36B5C4;
}
.TagClassName
{
border-color: #36B5C4;
}
</style>