Shades of Viking #3CAACB
Tints of Viking #3CAACB
RGB
CMYK
RGB Variations
Color information
#3CAACB (or 0x3CAACB) is known color: Viking. HEX triplet: 3C, AA and CB. RGB value is (60,170,203). Sum of RGB (Red+Green+Blue) = 60+170+203=433 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.86% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #3CAACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAACB is #C35534. Grayscale: #8C8C8C. Windows color (decimal): -12801333 or 13347388. OLE color: 13347388.
HSL color Cylindrical-coordinate representation of color #3CAACB: hue angle of 193.85º 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 #3CAACB is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 170 | 203 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.20 |
| HSL | 193.85º | 0.58% | 0.52% | - |
| HSV(B) | 193.85º | 0.7% | 0.8% | - |
| XYZ | 27.02 | 34.02 | 61.64 | - |
| YUV | 140.87 | 163.06 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 203 | 0.70 | 0.16 | 0 | 0.20 | 193.85 | 0.58 | 0.52 |
| Hex | 3C | AA | CB | 46 | 10 | 0 | 14 | C2 | 3A | 34 |
| Octal | 74 | 252 | 313 | 106 | 20 | 0 | 24 | 302 | 72 | 64 |
| Binary | 111100 | 10101010 | 11001011 | 1000110 | 10000 | 0 | 10100 | 11000010 | 111010 | 110100 |
Color Harmonies of #3CAACB
Complementary color
Monochromatic Colors of #3CAACB
Black with #3CAACB
Text Example
Text Example
White with #3CAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAACB; }
p { color: rgb(60,170,203); }
H1.HeaderClassName
{
color: #3CAACB;
}
.AnyTagClassName
{
color: #3CAACB;
}
</style>
background-color css
<style>
a { background-color: #3CAACB; }
a { background-color: rgb(60,170,203); }
div.DivClassName
{
background-color: #3CAACB;
}
.BgClassName
{
background-color: #3CAACB;
}
</style>
border-color css
<style>
span { border-color: #3CAACB; }
span { border-color: rgb(60,170,203); }
td.TdClassName
{
border-color: #3CAACB;
}
.TagClassName
{
border-color: #3CAACB;
}
</style>