Shades of Viking #3AB5CC
Tints of Viking #3AB5CC
RGB
CMYK
RGB Variations
Color information
#3AB5CC (or 0x3AB5CC) is known color: Viking. HEX triplet: 3A, B5 and CC. RGB value is (58,181,204). Sum of RGB (Red+Green+Blue) = 58+181+204=443 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.09% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #3AB5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AB5CC is #C54A33. Grayscale: #929292. Windows color (decimal): -12929588 or 13415738. OLE color: 13415738.
HSL color Cylindrical-coordinate representation of color #3AB5CC: hue angle of 189.45º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AB5CC is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 181 | 204 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.2 |
| HSL | 189.45º | 0.59% | 0.51% | - |
| HSV(B) | 189.45º | 0.72% | 0.8% | - |
| XYZ | 29.17 | 38.31 | 62.98 | - |
| YUV | 146.85 | 160.25 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 181 | 204 | 0.72 | 0.11 | 0 | 0.2 | 189.45 | 0.59 | 0.51 |
| Hex | 3A | B5 | CC | 48 | B | 0 | 14 | BD | 3B | 33 |
| Octal | 72 | 265 | 314 | 110 | 13 | 0 | 24 | 275 | 73 | 63 |
| Binary | 111010 | 10110101 | 11001100 | 1001000 | 1011 | 0 | 10100 | 10111101 | 111011 | 110011 |
Color Harmonies of #3AB5CC
Complementary color
Monochromatic Colors of #3AB5CC
Black with #3AB5CC
Text Example
Text Example
White with #3AB5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB5CC; }
p { color: rgb(58,181,204); }
H1.HeaderClassName
{
color: #3AB5CC;
}
.AnyTagClassName
{
color: #3AB5CC;
}
</style>
background-color css
<style>
a { background-color: #3AB5CC; }
a { background-color: rgb(58,181,204); }
div.DivClassName
{
background-color: #3AB5CC;
}
.BgClassName
{
background-color: #3AB5CC;
}
</style>
border-color css
<style>
span { border-color: #3AB5CC; }
span { border-color: rgb(58,181,204); }
td.TdClassName
{
border-color: #3AB5CC;
}
.TagClassName
{
border-color: #3AB5CC;
}
</style>