Shades of Viking #3EA9CB
Tints of Viking #3EA9CB
RGB
CMYK
RGB Variations
Color information
#3EA9CB (or 0x3EA9CB) is known color: Viking. HEX triplet: 3E, A9 and CB. RGB value is (62,169,203). Sum of RGB (Red+Green+Blue) = 62+169+203=434 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.29% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #3EA9CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EA9CB is #C15634. Grayscale: #8C8C8C. Windows color (decimal): -12670517 or 13347134. OLE color: 13347134.
HSL color Cylindrical-coordinate representation of color #3EA9CB: hue angle of 194.47º 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 #3EA9CB is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 169 | 203 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.20 |
| HSL | 194.47º | 0.58% | 0.52% | - |
| HSV(B) | 194.47º | 0.69% | 0.8% | - |
| XYZ | 26.95 | 33.71 | 61.59 | - |
| YUV | 140.88 | 163.05 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 169 | 203 | 0.69 | 0.17 | 0 | 0.20 | 194.47 | 0.58 | 0.52 |
| Hex | 3E | A9 | CB | 45 | 11 | 0 | 14 | C2 | 3A | 34 |
| Octal | 76 | 251 | 313 | 105 | 21 | 0 | 24 | 302 | 72 | 64 |
| Binary | 111110 | 10101001 | 11001011 | 1000101 | 10001 | 0 | 10100 | 11000010 | 111010 | 110100 |
Color Harmonies of #3EA9CB
Complementary color
Monochromatic Colors of #3EA9CB
Black with #3EA9CB
Text Example
Text Example
White with #3EA9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA9CB; }
p { color: rgb(62,169,203); }
H1.HeaderClassName
{
color: #3EA9CB;
}
.AnyTagClassName
{
color: #3EA9CB;
}
</style>
background-color css
<style>
a { background-color: #3EA9CB; }
a { background-color: rgb(62,169,203); }
div.DivClassName
{
background-color: #3EA9CB;
}
.BgClassName
{
background-color: #3EA9CB;
}
</style>
border-color css
<style>
span { border-color: #3EA9CB; }
span { border-color: rgb(62,169,203); }
td.TdClassName
{
border-color: #3EA9CB;
}
.TagClassName
{
border-color: #3EA9CB;
}
</style>