Shades of Viking #3ABACC
Tints of Viking #3ABACC
RGB
CMYK
RGB Variations
Color information
#3ABACC (or 0x3ABACC) is known color: Viking. HEX triplet: 3A, BA and CC. RGB value is (58,186,204). Sum of RGB (Red+Green+Blue) = 58+186+204=448 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.95% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #3ABACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABACC is #C54533. Grayscale: #959595. Windows color (decimal): -12928308 or 13417018. OLE color: 13417018.
HSL color Cylindrical-coordinate representation of color #3ABACC: hue angle of 187.4º 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 #3ABACC is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 186 | 204 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.2 |
| HSL | 187.4º | 0.59% | 0.51% | - |
| HSV(B) | 187.4º | 0.72% | 0.8% | - |
| XYZ | 30.2 | 40.38 | 63.33 | - |
| YUV | 149.78 | 158.59 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 204 | 0.72 | 0.09 | 0 | 0.2 | 187.4 | 0.59 | 0.51 |
| Hex | 3A | BA | CC | 48 | 9 | 0 | 14 | BB | 3B | 33 |
| Octal | 72 | 272 | 314 | 110 | 11 | 0 | 24 | 273 | 73 | 63 |
| Binary | 111010 | 10111010 | 11001100 | 1001000 | 1001 | 0 | 10100 | 10111011 | 111011 | 110011 |
Color Harmonies of #3ABACC
Complementary color
Monochromatic Colors of #3ABACC
Black with #3ABACC
Text Example
Text Example
White with #3ABACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABACC; }
p { color: rgb(58,186,204); }
H1.HeaderClassName
{
color: #3ABACC;
}
.AnyTagClassName
{
color: #3ABACC;
}
</style>
background-color css
<style>
a { background-color: #3ABACC; }
a { background-color: rgb(58,186,204); }
div.DivClassName
{
background-color: #3ABACC;
}
.BgClassName
{
background-color: #3ABACC;
}
</style>
border-color css
<style>
span { border-color: #3ABACC; }
span { border-color: rgb(58,186,204); }
td.TdClassName
{
border-color: #3ABACC;
}
.TagClassName
{
border-color: #3ABACC;
}
</style>