Shades of Viking #3EAACB
Tints of Viking #3EAACB
RGB
CMYK
RGB Variations
Color information
#3EAACB (or 0x3EAACB) is known color: Viking. HEX triplet: 3E, AA and CB. RGB value is (62,170,203). Sum of RGB (Red+Green+Blue) = 62+170+203=435 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.25% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #3EAACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EAACB is #C15534. Grayscale: #8D8D8D. Windows color (decimal): -12670261 or 13347390. OLE color: 13347390.
HSL color Cylindrical-coordinate representation of color #3EAACB: hue angle of 194.04º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EAACB is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 170 | 203 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.20 |
| HSL | 194.04º | 0.58% | 0.52% | - |
| HSV(B) | 194.04º | 0.69% | 0.8% | - |
| XYZ | 27.14 | 34.09 | 61.65 | - |
| YUV | 141.47 | 162.72 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 170 | 203 | 0.69 | 0.16 | 0 | 0.20 | 194.04 | 0.58 | 0.52 |
| Hex | 3E | AA | CB | 45 | 10 | 0 | 14 | C2 | 3A | 34 |
| Octal | 76 | 252 | 313 | 105 | 20 | 0 | 24 | 302 | 72 | 64 |
| Binary | 111110 | 10101010 | 11001011 | 1000101 | 10000 | 0 | 10100 | 11000010 | 111010 | 110100 |
Color Harmonies of #3EAACB
Complementary color
Monochromatic Colors of #3EAACB
Black with #3EAACB
Text Example
Text Example
White with #3EAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EAACB; }
p { color: rgb(62,170,203); }
H1.HeaderClassName
{
color: #3EAACB;
}
.AnyTagClassName
{
color: #3EAACB;
}
</style>
background-color css
<style>
a { background-color: #3EAACB; }
a { background-color: rgb(62,170,203); }
div.DivClassName
{
background-color: #3EAACB;
}
.BgClassName
{
background-color: #3EAACB;
}
</style>
border-color css
<style>
span { border-color: #3EAACB; }
span { border-color: rgb(62,170,203); }
td.TdClassName
{
border-color: #3EAACB;
}
.TagClassName
{
border-color: #3EAACB;
}
</style>