Shades of Viking #3AB8CD
Tints of Viking #3AB8CD
RGB
CMYK
RGB Variations
Color information
#3AB8CD (or 0x3AB8CD) is known color: Viking. HEX triplet: 3A, B8 and CD. RGB value is (58,184,205). Sum of RGB (Red+Green+Blue) = 58+184+205=447 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.98% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #3AB8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AB8CD is #C54732. Grayscale: #949494. Windows color (decimal): -12928819 or 13482042. OLE color: 13482042.
HSL color Cylindrical-coordinate representation of color #3AB8CD: hue angle of 188.57º 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 #3AB8CD is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 184 | 205 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.20 |
| HSL | 188.57º | 0.6% | 0.52% | - |
| HSV(B) | 188.57º | 0.72% | 0.8% | - |
| XYZ | 29.9 | 39.59 | 63.82 | - |
| YUV | 148.72 | 159.76 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 184 | 205 | 0.72 | 0.10 | 0 | 0.20 | 188.57 | 0.6 | 0.52 |
| Hex | 3A | B8 | CD | 48 | A | 0 | 14 | BD | 3C | 34 |
| Octal | 72 | 270 | 315 | 110 | 12 | 0 | 24 | 275 | 74 | 64 |
| Binary | 111010 | 10111000 | 11001101 | 1001000 | 1010 | 0 | 10100 | 10111101 | 111100 | 110100 |
Color Harmonies of #3AB8CD
Complementary color
Monochromatic Colors of #3AB8CD
Black with #3AB8CD
Text Example
Text Example
White with #3AB8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB8CD; }
p { color: rgb(58,184,205); }
H1.HeaderClassName
{
color: #3AB8CD;
}
.AnyTagClassName
{
color: #3AB8CD;
}
</style>
background-color css
<style>
a { background-color: #3AB8CD; }
a { background-color: rgb(58,184,205); }
div.DivClassName
{
background-color: #3AB8CD;
}
.BgClassName
{
background-color: #3AB8CD;
}
</style>
border-color css
<style>
span { border-color: #3AB8CD; }
span { border-color: rgb(58,184,205); }
td.TdClassName
{
border-color: #3AB8CD;
}
.TagClassName
{
border-color: #3AB8CD;
}
</style>