Shades of Viking #3ABECD
Tints of Viking #3ABECD
RGB
CMYK
RGB Variations
Color information
#3ABECD (or 0x3ABECD) is known color: Viking. HEX triplet: 3A, BE and CD. RGB value is (58,190,205). Sum of RGB (Red+Green+Blue) = 58+190+205=453 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.80% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #3ABECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABECD is #C54132. Grayscale: #989898. Windows color (decimal): -12927283 or 13483578. OLE color: 13483578.
HSL color Cylindrical-coordinate representation of color #3ABECD: hue angle of 186.12º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ABECD is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 190 | 205 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.20 |
| HSL | 186.12º | 0.6% | 0.52% | - |
| HSV(B) | 186.12º | 0.72% | 0.8% | - |
| XYZ | 31.18 | 42.13 | 64.25 | - |
| YUV | 152.24 | 157.77 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 190 | 205 | 0.72 | 0.07 | 0 | 0.20 | 186.12 | 0.6 | 0.52 |
| Hex | 3A | BE | CD | 48 | 7 | 0 | 14 | BA | 3C | 34 |
| Octal | 72 | 276 | 315 | 110 | 7 | 0 | 24 | 272 | 74 | 64 |
| Binary | 111010 | 10111110 | 11001101 | 1001000 | 111 | 0 | 10100 | 10111010 | 111100 | 110100 |
Color Harmonies of #3ABECD
Complementary color
Monochromatic Colors of #3ABECD
Black with #3ABECD
Text Example
Text Example
White with #3ABECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABECD; }
p { color: rgb(58,190,205); }
H1.HeaderClassName
{
color: #3ABECD;
}
.AnyTagClassName
{
color: #3ABECD;
}
</style>
background-color css
<style>
a { background-color: #3ABECD; }
a { background-color: rgb(58,190,205); }
div.DivClassName
{
background-color: #3ABECD;
}
.BgClassName
{
background-color: #3ABECD;
}
</style>
border-color css
<style>
span { border-color: #3ABECD; }
span { border-color: rgb(58,190,205); }
td.TdClassName
{
border-color: #3ABECD;
}
.TagClassName
{
border-color: #3ABECD;
}
</style>