Shades of Viking #3CADCA
Tints of Viking #3CADCA
RGB
CMYK
RGB Variations
Color information
#3CADCA (or 0x3CADCA) is known color: Viking. HEX triplet: 3C, AD and CA. RGB value is (60,173,202). Sum of RGB (Red+Green+Blue) = 60+173+202=435 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.79% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #3CADCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CADCA is #C35235. Grayscale: #8E8E8E. Windows color (decimal): -12800566 or 13282620. OLE color: 13282620.
HSL color Cylindrical-coordinate representation of color #3CADCA: hue angle of 192.25º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CADCA is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 173 | 202 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.21 |
| HSL | 192.25º | 0.57% | 0.51% | - |
| HSV(B) | 192.25º | 0.7% | 0.79% | - |
| XYZ | 27.47 | 35.11 | 61.21 | - |
| YUV | 142.52 | 161.56 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 202 | 0.70 | 0.14 | 0 | 0.21 | 192.25 | 0.57 | 0.51 |
| Hex | 3C | AD | CA | 46 | E | 0 | 15 | C0 | 39 | 33 |
| Octal | 74 | 255 | 312 | 106 | 16 | 0 | 25 | 300 | 71 | 63 |
| Binary | 111100 | 10101101 | 11001010 | 1000110 | 1110 | 0 | 10101 | 11000000 | 111001 | 110011 |
Color Harmonies of #3CADCA
Complementary color
Monochromatic Colors of #3CADCA
Black with #3CADCA
Text Example
Text Example
White with #3CADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CADCA; }
p { color: rgb(60,173,202); }
H1.HeaderClassName
{
color: #3CADCA;
}
.AnyTagClassName
{
color: #3CADCA;
}
</style>
background-color css
<style>
a { background-color: #3CADCA; }
a { background-color: rgb(60,173,202); }
div.DivClassName
{
background-color: #3CADCA;
}
.BgClassName
{
background-color: #3CADCA;
}
</style>
border-color css
<style>
span { border-color: #3CADCA; }
span { border-color: rgb(60,173,202); }
td.TdClassName
{
border-color: #3CADCA;
}
.TagClassName
{
border-color: #3CADCA;
}
</style>