Shades of Viking #3ABBCD
Tints of Viking #3ABBCD
RGB
CMYK
RGB Variations
Color information
#3ABBCD (or 0x3ABBCD) is known color: Viking. HEX triplet: 3A, BB and CD. RGB value is (58,187,205). Sum of RGB (Red+Green+Blue) = 58+187+205=450 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.89% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #3ABBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABBCD is #C54432. Grayscale: #969696. Windows color (decimal): -12928051 or 13482810. OLE color: 13482810.
HSL color Cylindrical-coordinate representation of color #3ABBCD: hue angle of 187.35º 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 #3ABBCD is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 187 | 205 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.20 |
| HSL | 187.35º | 0.6% | 0.52% | - |
| HSV(B) | 187.35º | 0.72% | 0.8% | - |
| XYZ | 30.53 | 40.85 | 64.03 | - |
| YUV | 150.48 | 158.76 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 205 | 0.72 | 0.09 | 0 | 0.20 | 187.35 | 0.6 | 0.52 |
| Hex | 3A | BB | CD | 48 | 9 | 0 | 14 | BB | 3C | 34 |
| Octal | 72 | 273 | 315 | 110 | 11 | 0 | 24 | 273 | 74 | 64 |
| Binary | 111010 | 10111011 | 11001101 | 1001000 | 1001 | 0 | 10100 | 10111011 | 111100 | 110100 |
Color Harmonies of #3ABBCD
Complementary color
Monochromatic Colors of #3ABBCD
Black with #3ABBCD
Text Example
Text Example
White with #3ABBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABBCD; }
p { color: rgb(58,187,205); }
H1.HeaderClassName
{
color: #3ABBCD;
}
.AnyTagClassName
{
color: #3ABBCD;
}
</style>
background-color css
<style>
a { background-color: #3ABBCD; }
a { background-color: rgb(58,187,205); }
div.DivClassName
{
background-color: #3ABBCD;
}
.BgClassName
{
background-color: #3ABBCD;
}
</style>
border-color css
<style>
span { border-color: #3ABBCD; }
span { border-color: rgb(58,187,205); }
td.TdClassName
{
border-color: #3ABBCD;
}
.TagClassName
{
border-color: #3ABBCD;
}
</style>