Shades of Viking #3ABFCD
Tints of Viking #3ABFCD
RGB
CMYK
RGB Variations
Color information
#3ABFCD (or 0x3ABFCD) is known color: Viking. HEX triplet: 3A, BF and CD. RGB value is (58,191,205). Sum of RGB (Red+Green+Blue) = 58+191+205=454 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.78% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #3ABFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABFCD is #C54032. Grayscale: #989898. Windows color (decimal): -12927027 or 13483834. OLE color: 13483834.
HSL color Cylindrical-coordinate representation of color #3ABFCD: hue angle of 185.71º 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 #3ABFCD is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 191 | 205 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.20 |
| HSL | 185.71º | 0.6% | 0.52% | - |
| HSV(B) | 185.71º | 0.72% | 0.8% | - |
| XYZ | 31.4 | 42.57 | 64.32 | - |
| YUV | 152.83 | 157.44 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 191 | 205 | 0.72 | 0.07 | 0 | 0.20 | 185.71 | 0.6 | 0.52 |
| Hex | 3A | BF | CD | 48 | 7 | 0 | 14 | BA | 3C | 34 |
| Octal | 72 | 277 | 315 | 110 | 7 | 0 | 24 | 272 | 74 | 64 |
| Binary | 111010 | 10111111 | 11001101 | 1001000 | 111 | 0 | 10100 | 10111010 | 111100 | 110100 |
Color Harmonies of #3ABFCD
Complementary color
Monochromatic Colors of #3ABFCD
Black with #3ABFCD
Text Example
Text Example
White with #3ABFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABFCD; }
p { color: rgb(58,191,205); }
H1.HeaderClassName
{
color: #3ABFCD;
}
.AnyTagClassName
{
color: #3ABFCD;
}
</style>
background-color css
<style>
a { background-color: #3ABFCD; }
a { background-color: rgb(58,191,205); }
div.DivClassName
{
background-color: #3ABFCD;
}
.BgClassName
{
background-color: #3ABFCD;
}
</style>
border-color css
<style>
span { border-color: #3ABFCD; }
span { border-color: rgb(58,191,205); }
td.TdClassName
{
border-color: #3ABFCD;
}
.TagClassName
{
border-color: #3ABFCD;
}
</style>