Shades of Viking #3CB2CE
Tints of Viking #3CB2CE
RGB
CMYK
RGB Variations
Color information
#3CB2CE (or 0x3CB2CE) is known color: Viking. HEX triplet: 3C, B2 and CE. RGB value is (60,178,206). Sum of RGB (Red+Green+Blue) = 60+178+206=444 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.51% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #3CB2CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CB2CE is #C34D31. Grayscale: #919191. Windows color (decimal): -12799282 or 13546044. OLE color: 13546044.
HSL color Cylindrical-coordinate representation of color #3CB2CE: hue angle of 191.51º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CB2CE is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 178 | 206 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.19 |
| HSL | 191.51º | 0.6% | 0.52% | - |
| HSV(B) | 191.51º | 0.71% | 0.81% | - |
| XYZ | 28.92 | 37.26 | 64.06 | - |
| YUV | 145.91 | 161.91 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 206 | 0.71 | 0.14 | 0 | 0.19 | 191.51 | 0.6 | 0.52 |
| Hex | 3C | B2 | CE | 47 | E | 0 | 13 | C0 | 3C | 34 |
| Octal | 74 | 262 | 316 | 107 | 16 | 0 | 23 | 300 | 74 | 64 |
| Binary | 111100 | 10110010 | 11001110 | 1000111 | 1110 | 0 | 10011 | 11000000 | 111100 | 110100 |
Color Harmonies of #3CB2CE
Complementary color
Monochromatic Colors of #3CB2CE
Black with #3CB2CE
Text Example
Text Example
White with #3CB2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB2CE; }
p { color: rgb(60,178,206); }
H1.HeaderClassName
{
color: #3CB2CE;
}
.AnyTagClassName
{
color: #3CB2CE;
}
</style>
background-color css
<style>
a { background-color: #3CB2CE; }
a { background-color: rgb(60,178,206); }
div.DivClassName
{
background-color: #3CB2CE;
}
.BgClassName
{
background-color: #3CB2CE;
}
</style>
border-color css
<style>
span { border-color: #3CB2CE; }
span { border-color: rgb(60,178,206); }
td.TdClassName
{
border-color: #3CB2CE;
}
.TagClassName
{
border-color: #3CB2CE;
}
</style>