Shades of Viking #3ABCCE
Tints of Viking #3ABCCE
RGB
CMYK
RGB Variations
Color information
#3ABCCE (or 0x3ABCCE) is known color: Viking. HEX triplet: 3A, BC and CE. RGB value is (58,188,206). Sum of RGB (Red+Green+Blue) = 58+188+206=452 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.83% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #3ABCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABCCE is #C54331. Grayscale: #969696. Windows color (decimal): -12927794 or 13548602. OLE color: 13548602.
HSL color Cylindrical-coordinate representation of color #3ABCCE: hue angle of 187.3º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ABCCE is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 188 | 206 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.19 |
| HSL | 187.3º | 0.6% | 0.52% | - |
| HSV(B) | 187.3º | 0.72% | 0.81% | - |
| XYZ | 30.87 | 41.32 | 64.74 | - |
| YUV | 151.18 | 158.93 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 206 | 0.72 | 0.09 | 0 | 0.19 | 187.3 | 0.6 | 0.52 |
| Hex | 3A | BC | CE | 48 | 9 | 0 | 13 | BB | 3C | 34 |
| Octal | 72 | 274 | 316 | 110 | 11 | 0 | 23 | 273 | 74 | 64 |
| Binary | 111010 | 10111100 | 11001110 | 1001000 | 1001 | 0 | 10011 | 10111011 | 111100 | 110100 |
Color Harmonies of #3ABCCE
Complementary color
Monochromatic Colors of #3ABCCE
Black with #3ABCCE
Text Example
Text Example
White with #3ABCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABCCE; }
p { color: rgb(58,188,206); }
H1.HeaderClassName
{
color: #3ABCCE;
}
.AnyTagClassName
{
color: #3ABCCE;
}
</style>
background-color css
<style>
a { background-color: #3ABCCE; }
a { background-color: rgb(58,188,206); }
div.DivClassName
{
background-color: #3ABCCE;
}
.BgClassName
{
background-color: #3ABCCE;
}
</style>
border-color css
<style>
span { border-color: #3ABCCE; }
span { border-color: rgb(58,188,206); }
td.TdClassName
{
border-color: #3ABCCE;
}
.TagClassName
{
border-color: #3ABCCE;
}
</style>