Shades of Viking #3EAECC
Tints of Viking #3EAECC
RGB
CMYK
RGB Variations
Color information
#3EAECC (or 0x3EAECC) is known color: Viking. HEX triplet: 3E, AE and CC. RGB value is (62,174,204). Sum of RGB (Red+Green+Blue) = 62+174+204=440 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.09% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #3EAECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EAECC is #C15133. Grayscale: #8F8F8F. Windows color (decimal): -12669236 or 13413950. OLE color: 13413950.
HSL color Cylindrical-coordinate representation of color #3EAECC: hue angle of 192.68º 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 #3EAECC is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 62 | 174 | 204 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.2 |
| HSL | 192.68º | 0.58% | 0.52% | - |
| HSV(B) | 192.68º | 0.7% | 0.8% | - |
| XYZ | 28.02 | 35.66 | 62.53 | - |
| YUV | 143.93 | 161.89 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 174 | 204 | 0.70 | 0.15 | 0 | 0.2 | 192.68 | 0.58 | 0.52 |
| Hex | 3E | AE | CC | 46 | F | 0 | 14 | C1 | 3A | 34 |
| Octal | 76 | 256 | 314 | 106 | 17 | 0 | 24 | 301 | 72 | 64 |
| Binary | 111110 | 10101110 | 11001100 | 1000110 | 1111 | 0 | 10100 | 11000001 | 111010 | 110100 |
Color Harmonies of #3EAECC
Complementary color
Monochromatic Colors of #3EAECC
Black with #3EAECC
Text Example
Text Example
White with #3EAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EAECC; }
p { color: rgb(62,174,204); }
H1.HeaderClassName
{
color: #3EAECC;
}
.AnyTagClassName
{
color: #3EAECC;
}
</style>
background-color css
<style>
a { background-color: #3EAECC; }
a { background-color: rgb(62,174,204); }
div.DivClassName
{
background-color: #3EAECC;
}
.BgClassName
{
background-color: #3EAECC;
}
</style>
border-color css
<style>
span { border-color: #3EAECC; }
span { border-color: rgb(62,174,204); }
td.TdClassName
{
border-color: #3EAECC;
}
.TagClassName
{
border-color: #3EAECC;
}
</style>