Shades of Viking #3E9FCB
Tints of Viking #3E9FCB
RGB
CMYK
RGB Variations
Color information
#3E9FCB (or 0x3E9FCB) is known color: Viking. HEX triplet: 3E, 9F and CB. RGB value is (62,159,203). Sum of RGB (Red+Green+Blue) = 62+159+203=424 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.62% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E9FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E9FCB is #C16034. Grayscale: #868686. Windows color (decimal): -12673077 or 13344574. OLE color: 13344574.
HSL color Cylindrical-coordinate representation of color #3E9FCB: hue angle of 198.72º 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 #3E9FCB is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 159 | 203 | - |
| CMYK | 0.69 | 0.22 | 0 | 0.20 |
| HSL | 198.72º | 0.58% | 0.52% | - |
| HSV(B) | 198.72º | 0.69% | 0.8% | - |
| XYZ | 25.16 | 30.13 | 60.99 | - |
| YUV | 135.01 | 166.36 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 159 | 203 | 0.69 | 0.22 | 0 | 0.20 | 198.72 | 0.58 | 0.52 |
| Hex | 3E | 9F | CB | 45 | 16 | 0 | 14 | C7 | 3A | 34 |
| Octal | 76 | 237 | 313 | 105 | 26 | 0 | 24 | 307 | 72 | 64 |
| Binary | 111110 | 10011111 | 11001011 | 1000101 | 10110 | 0 | 10100 | 11000111 | 111010 | 110100 |
Color Harmonies of #3E9FCB
Complementary color
Monochromatic Colors of #3E9FCB
Black with #3E9FCB
Text Example
Text Example
White with #3E9FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9FCB; }
p { color: rgb(62,159,203); }
H1.HeaderClassName
{
color: #3E9FCB;
}
.AnyTagClassName
{
color: #3E9FCB;
}
</style>
background-color css
<style>
a { background-color: #3E9FCB; }
a { background-color: rgb(62,159,203); }
div.DivClassName
{
background-color: #3E9FCB;
}
.BgClassName
{
background-color: #3E9FCB;
}
</style>
border-color css
<style>
span { border-color: #3E9FCB; }
span { border-color: rgb(62,159,203); }
td.TdClassName
{
border-color: #3E9FCB;
}
.TagClassName
{
border-color: #3E9FCB;
}
</style>