Shades of Viking #3ABFCE
Tints of Viking #3ABFCE
RGB
CMYK
RGB Variations
Color information
#3ABFCE (or 0x3ABFCE) is known color: Viking. HEX triplet: 3A, BF and CE. RGB value is (58,191,206). Sum of RGB (Red+Green+Blue) = 58+191+206=455 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.75% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #3ABFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABFCE is #C54031. Grayscale: #989898. Windows color (decimal): -12927026 or 13549370. OLE color: 13549370.
HSL color Cylindrical-coordinate representation of color #3ABFCE: hue angle of 186.08º 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 #3ABFCE is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 191 | 206 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.19 |
| HSL | 186.08º | 0.6% | 0.52% | - |
| HSV(B) | 186.08º | 0.72% | 0.81% | - |
| XYZ | 31.52 | 42.62 | 64.96 | - |
| YUV | 152.94 | 157.94 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 191 | 206 | 0.72 | 0.07 | 0 | 0.19 | 186.08 | 0.6 | 0.52 |
| Hex | 3A | BF | CE | 48 | 7 | 0 | 13 | BA | 3C | 34 |
| Octal | 72 | 277 | 316 | 110 | 7 | 0 | 23 | 272 | 74 | 64 |
| Binary | 111010 | 10111111 | 11001110 | 1001000 | 111 | 0 | 10011 | 10111010 | 111100 | 110100 |
Color Harmonies of #3ABFCE
Complementary color
Monochromatic Colors of #3ABFCE
Black with #3ABFCE
Text Example
Text Example
White with #3ABFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABFCE; }
p { color: rgb(58,191,206); }
H1.HeaderClassName
{
color: #3ABFCE;
}
.AnyTagClassName
{
color: #3ABFCE;
}
</style>
background-color css
<style>
a { background-color: #3ABFCE; }
a { background-color: rgb(58,191,206); }
div.DivClassName
{
background-color: #3ABFCE;
}
.BgClassName
{
background-color: #3ABFCE;
}
</style>
border-color css
<style>
span { border-color: #3ABFCE; }
span { border-color: rgb(58,191,206); }
td.TdClassName
{
border-color: #3ABFCE;
}
.TagClassName
{
border-color: #3ABFCE;
}
</style>