Shades of Viking #3CADCB
Tints of Viking #3CADCB
RGB
CMYK
RGB Variations
Color information
#3CADCB (or 0x3CADCB) is known color: Viking. HEX triplet: 3C, AD and CB. RGB value is (60,173,203). Sum of RGB (Red+Green+Blue) = 60+173+203=436 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.76% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #3CADCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CADCB is #C35234. Grayscale: #8E8E8E. Windows color (decimal): -12800565 or 13348156. OLE color: 13348156.
HSL color Cylindrical-coordinate representation of color #3CADCB: hue angle of 192.59º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CADCB is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 173 | 203 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.20 |
| HSL | 192.59º | 0.58% | 0.52% | - |
| HSV(B) | 192.59º | 0.7% | 0.8% | - |
| XYZ | 27.59 | 35.16 | 61.83 | - |
| YUV | 142.63 | 162.06 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 203 | 0.70 | 0.15 | 0 | 0.20 | 192.59 | 0.58 | 0.52 |
| Hex | 3C | AD | CB | 46 | F | 0 | 14 | C1 | 3A | 34 |
| Octal | 74 | 255 | 313 | 106 | 17 | 0 | 24 | 301 | 72 | 64 |
| Binary | 111100 | 10101101 | 11001011 | 1000110 | 1111 | 0 | 10100 | 11000001 | 111010 | 110100 |
Color Harmonies of #3CADCB
Complementary color
Monochromatic Colors of #3CADCB
Black with #3CADCB
Text Example
Text Example
White with #3CADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CADCB; }
p { color: rgb(60,173,203); }
H1.HeaderClassName
{
color: #3CADCB;
}
.AnyTagClassName
{
color: #3CADCB;
}
</style>
background-color css
<style>
a { background-color: #3CADCB; }
a { background-color: rgb(60,173,203); }
div.DivClassName
{
background-color: #3CADCB;
}
.BgClassName
{
background-color: #3CADCB;
}
</style>
border-color css
<style>
span { border-color: #3CADCB; }
span { border-color: rgb(60,173,203); }
td.TdClassName
{
border-color: #3CADCB;
}
.TagClassName
{
border-color: #3CADCB;
}
</style>