Shades of Viking #3ABCCB
Tints of Viking #3ABCCB
RGB
CMYK
RGB Variations
Color information
#3ABCCB (or 0x3ABCCB) is known color: Viking. HEX triplet: 3A, BC and CB. RGB value is (58,188,203). Sum of RGB (Red+Green+Blue) = 58+188+203=449 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.92% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #3ABCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABCCB is #C54334. Grayscale: #969696. Windows color (decimal): -12927797 or 13351994. OLE color: 13351994.
HSL color Cylindrical-coordinate representation of color #3ABCCB: hue angle of 186.21º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ABCCB is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 188 | 203 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.20 |
| HSL | 186.21º | 0.58% | 0.51% | - |
| HSV(B) | 186.21º | 0.71% | 0.8% | - |
| XYZ | 30.51 | 41.18 | 62.84 | - |
| YUV | 150.84 | 157.43 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 203 | 0.71 | 0.07 | 0 | 0.20 | 186.21 | 0.58 | 0.51 |
| Hex | 3A | BC | CB | 47 | 7 | 0 | 14 | BA | 3A | 33 |
| Octal | 72 | 274 | 313 | 107 | 7 | 0 | 24 | 272 | 72 | 63 |
| Binary | 111010 | 10111100 | 11001011 | 1000111 | 111 | 0 | 10100 | 10111010 | 111010 | 110011 |
Color Harmonies of #3ABCCB
Complementary color
Monochromatic Colors of #3ABCCB
Black with #3ABCCB
Text Example
Text Example
White with #3ABCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABCCB; }
p { color: rgb(58,188,203); }
H1.HeaderClassName
{
color: #3ABCCB;
}
.AnyTagClassName
{
color: #3ABCCB;
}
</style>
background-color css
<style>
a { background-color: #3ABCCB; }
a { background-color: rgb(58,188,203); }
div.DivClassName
{
background-color: #3ABCCB;
}
.BgClassName
{
background-color: #3ABCCB;
}
</style>
border-color css
<style>
span { border-color: #3ABCCB; }
span { border-color: rgb(58,188,203); }
td.TdClassName
{
border-color: #3ABCCB;
}
.TagClassName
{
border-color: #3ABCCB;
}
</style>