Shades of Viking #36A8C1
Tints of Viking #36A8C1
RGB
CMYK
RGB Variations
Color information
#36A8C1 (or 0x36A8C1) is known color: Viking. HEX triplet: 36, A8 and C1. RGB value is (54,168,193). Sum of RGB (Red+Green+Blue) = 54+168+193=415 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.01% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 193 - color contains mainly: blue. Hex color #36A8C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A8C1 is #C9573E. Grayscale: #888888. Windows color (decimal): -13195071 or 12691510. OLE color: 12691510.
HSL color Cylindrical-coordinate representation of color #36A8C1: hue angle of 190.79º 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 #36A8C1 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 168 | 193 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.24 |
| HSL | 190.79º | 0.56% | 0.48% | - |
| HSV(B) | 190.79º | 0.72% | 0.76% | - |
| XYZ | 25.15 | 32.64 | 55.43 | - |
| YUV | 136.76 | 159.73 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 168 | 193 | 0.72 | 0.13 | 0 | 0.24 | 190.79 | 0.56 | 0.48 |
| Hex | 36 | A8 | C1 | 48 | D | 0 | 18 | BF | 38 | 30 |
| Octal | 66 | 250 | 301 | 110 | 15 | 0 | 30 | 277 | 70 | 60 |
| Binary | 110110 | 10101000 | 11000001 | 1001000 | 1101 | 0 | 11000 | 10111111 | 111000 | 110000 |
Color Harmonies of #36A8C1
Complementary color
Monochromatic Colors of #36A8C1
Black with #36A8C1
Text Example
Text Example
White with #36A8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A8C1; }
p { color: rgb(54,168,193); }
H1.HeaderClassName
{
color: #36A8C1;
}
.AnyTagClassName
{
color: #36A8C1;
}
</style>
background-color css
<style>
a { background-color: #36A8C1; }
a { background-color: rgb(54,168,193); }
div.DivClassName
{
background-color: #36A8C1;
}
.BgClassName
{
background-color: #36A8C1;
}
</style>
border-color css
<style>
span { border-color: #36A8C1; }
span { border-color: rgb(54,168,193); }
td.TdClassName
{
border-color: #36A8C1;
}
.TagClassName
{
border-color: #36A8C1;
}
</style>