Shades of Viking #36A4C4
Tints of Viking #36A4C4
RGB
CMYK
RGB Variations
Color information
#36A4C4 (or 0x36A4C4) is known color: Viking. HEX triplet: 36, A4 and C4. RGB value is (54,164,196). Sum of RGB (Red+Green+Blue) = 54+164+196=414 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.04% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 196 - color contains mainly: blue. Hex color #36A4C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A4C4 is #C95B3B. Grayscale: #868686. Windows color (decimal): -13196092 or 12887094. OLE color: 12887094.
HSL color Cylindrical-coordinate representation of color #36A4C4: hue angle of 193.52º 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 #36A4C4 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 164 | 196 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.23 |
| HSL | 193.52º | 0.57% | 0.49% | - |
| HSV(B) | 193.52º | 0.72% | 0.77% | - |
| XYZ | 24.76 | 31.32 | 56.97 | - |
| YUV | 134.76 | 162.56 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 164 | 196 | 0.72 | 0.16 | 0 | 0.23 | 193.52 | 0.57 | 0.49 |
| Hex | 36 | A4 | C4 | 48 | 10 | 0 | 17 | C2 | 39 | 31 |
| Octal | 66 | 244 | 304 | 110 | 20 | 0 | 27 | 302 | 71 | 61 |
| Binary | 110110 | 10100100 | 11000100 | 1001000 | 10000 | 0 | 10111 | 11000010 | 111001 | 110001 |
Color Harmonies of #36A4C4
Complementary color
Monochromatic Colors of #36A4C4
Black with #36A4C4
Text Example
Text Example
White with #36A4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A4C4; }
p { color: rgb(54,164,196); }
H1.HeaderClassName
{
color: #36A4C4;
}
.AnyTagClassName
{
color: #36A4C4;
}
</style>
background-color css
<style>
a { background-color: #36A4C4; }
a { background-color: rgb(54,164,196); }
div.DivClassName
{
background-color: #36A4C4;
}
.BgClassName
{
background-color: #36A4C4;
}
</style>
border-color css
<style>
span { border-color: #36A4C4; }
span { border-color: rgb(54,164,196); }
td.TdClassName
{
border-color: #36A4C4;
}
.TagClassName
{
border-color: #36A4C4;
}
</style>