Shades of Viking #3E9CCA
Tints of Viking #3E9CCA
RGB
CMYK
RGB Variations
Color information
#3E9CCA (or 0x3E9CCA) is known color: Viking. HEX triplet: 3E, 9C and CA. RGB value is (62,156,202). Sum of RGB (Red+Green+Blue) = 62+156+202=420 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.76% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E9CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E9CCA is #C16335. Grayscale: #848484. Windows color (decimal): -12673846 or 13278270. OLE color: 13278270.
HSL color Cylindrical-coordinate representation of color #3E9CCA: hue angle of 199.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E9CCA is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 156 | 202 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.21 |
| HSL | 199.71º | 0.57% | 0.52% | - |
| HSV(B) | 199.71º | 0.69% | 0.79% | - |
| XYZ | 24.54 | 29.07 | 60.19 | - |
| YUV | 133.14 | 166.86 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 156 | 202 | 0.69 | 0.23 | 0 | 0.21 | 199.71 | 0.57 | 0.52 |
| Hex | 3E | 9C | CA | 45 | 17 | 0 | 15 | C8 | 39 | 34 |
| Octal | 76 | 234 | 312 | 105 | 27 | 0 | 25 | 310 | 71 | 64 |
| Binary | 111110 | 10011100 | 11001010 | 1000101 | 10111 | 0 | 10101 | 11001000 | 111001 | 110100 |
Color Harmonies of #3E9CCA
Complementary color
Monochromatic Colors of #3E9CCA
Black with #3E9CCA
Text Example
Text Example
White with #3E9CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9CCA; }
p { color: rgb(62,156,202); }
H1.HeaderClassName
{
color: #3E9CCA;
}
.AnyTagClassName
{
color: #3E9CCA;
}
</style>
background-color css
<style>
a { background-color: #3E9CCA; }
a { background-color: rgb(62,156,202); }
div.DivClassName
{
background-color: #3E9CCA;
}
.BgClassName
{
background-color: #3E9CCA;
}
</style>
border-color css
<style>
span { border-color: #3E9CCA; }
span { border-color: rgb(62,156,202); }
td.TdClassName
{
border-color: #3E9CCA;
}
.TagClassName
{
border-color: #3E9CCA;
}
</style>