Shades of Viking #3BACCA
Tints of Viking #3BACCA
RGB
CMYK
RGB Variations
Color information
#3BACCA (or 0x3BACCA) is known color: Viking. HEX triplet: 3B, AC and CA. RGB value is (59,172,202). Sum of RGB (Red+Green+Blue) = 59+172+202=433 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.63% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #3BACCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BACCA is #C45335. Grayscale: #8D8D8D. Windows color (decimal): -12866358 or 13282363. OLE color: 13282363.
HSL color Cylindrical-coordinate representation of color #3BACCA: hue angle of 192.59º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BACCA is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 172 | 202 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.21 |
| HSL | 192.59º | 0.57% | 0.51% | - |
| HSV(B) | 192.59º | 0.71% | 0.79% | - |
| XYZ | 27.22 | 34.7 | 61.14 | - |
| YUV | 141.63 | 162.06 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 202 | 0.71 | 0.15 | 0 | 0.21 | 192.59 | 0.57 | 0.51 |
| Hex | 3B | AC | CA | 47 | F | 0 | 15 | C1 | 39 | 33 |
| Octal | 73 | 254 | 312 | 107 | 17 | 0 | 25 | 301 | 71 | 63 |
| Binary | 111011 | 10101100 | 11001010 | 1000111 | 1111 | 0 | 10101 | 11000001 | 111001 | 110011 |
Color Harmonies of #3BACCA
Complementary color
Monochromatic Colors of #3BACCA
Black with #3BACCA
Text Example
Text Example
White with #3BACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BACCA; }
p { color: rgb(59,172,202); }
H1.HeaderClassName
{
color: #3BACCA;
}
.AnyTagClassName
{
color: #3BACCA;
}
</style>
background-color css
<style>
a { background-color: #3BACCA; }
a { background-color: rgb(59,172,202); }
div.DivClassName
{
background-color: #3BACCA;
}
.BgClassName
{
background-color: #3BACCA;
}
</style>
border-color css
<style>
span { border-color: #3BACCA; }
span { border-color: rgb(59,172,202); }
td.TdClassName
{
border-color: #3BACCA;
}
.TagClassName
{
border-color: #3BACCA;
}
</style>