Shades of Viking #3ABBCC
Tints of Viking #3ABBCC
RGB
CMYK
RGB Variations
Color information
#3ABBCC (or 0x3ABBCC) is known color: Viking. HEX triplet: 3A, BB and CC. RGB value is (58,187,204). Sum of RGB (Red+Green+Blue) = 58+187+204=449 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.92% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #3ABBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABBCC is #C54433. Grayscale: #969696. Windows color (decimal): -12928052 or 13417274. OLE color: 13417274.
HSL color Cylindrical-coordinate representation of color #3ABBCC: hue angle of 186.99º 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 #3ABBCC is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 187 | 204 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.2 |
| HSL | 186.99º | 0.59% | 0.51% | - |
| HSV(B) | 186.99º | 0.72% | 0.8% | - |
| XYZ | 30.41 | 40.8 | 63.4 | - |
| YUV | 150.37 | 158.26 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 204 | 0.72 | 0.08 | 0 | 0.2 | 186.99 | 0.59 | 0.51 |
| Hex | 3A | BB | CC | 48 | 8 | 0 | 14 | BB | 3B | 33 |
| Octal | 72 | 273 | 314 | 110 | 10 | 0 | 24 | 273 | 73 | 63 |
| Binary | 111010 | 10111011 | 11001100 | 1001000 | 1000 | 0 | 10100 | 10111011 | 111011 | 110011 |
Color Harmonies of #3ABBCC
Complementary color
Monochromatic Colors of #3ABBCC
Black with #3ABBCC
Text Example
Text Example
White with #3ABBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABBCC; }
p { color: rgb(58,187,204); }
H1.HeaderClassName
{
color: #3ABBCC;
}
.AnyTagClassName
{
color: #3ABBCC;
}
</style>
background-color css
<style>
a { background-color: #3ABBCC; }
a { background-color: rgb(58,187,204); }
div.DivClassName
{
background-color: #3ABBCC;
}
.BgClassName
{
background-color: #3ABBCC;
}
</style>
border-color css
<style>
span { border-color: #3ABBCC; }
span { border-color: rgb(58,187,204); }
td.TdClassName
{
border-color: #3ABBCC;
}
.TagClassName
{
border-color: #3ABBCC;
}
</style>