Shades of Viking #3BAACA
Tints of Viking #3BAACA
RGB
CMYK
RGB Variations
Color information
#3BAACA (or 0x3BAACA) is known color: Viking. HEX triplet: 3B, AA and CA. RGB value is (59,170,202). Sum of RGB (Red+Green+Blue) = 59+170+202=431 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.69% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #3BAACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAACA is #C45535. Grayscale: #8C8C8C. Windows color (decimal): -12866870 or 13281851. OLE color: 13281851.
HSL color Cylindrical-coordinate representation of color #3BAACA: hue angle of 193.43º 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 #3BAACA is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 170 | 202 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.21 |
| HSL | 193.43º | 0.57% | 0.51% | - |
| HSV(B) | 193.43º | 0.71% | 0.79% | - |
| XYZ | 26.84 | 33.94 | 61.01 | - |
| YUV | 140.46 | 162.73 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 170 | 202 | 0.71 | 0.16 | 0 | 0.21 | 193.43 | 0.57 | 0.51 |
| Hex | 3B | AA | CA | 47 | 10 | 0 | 15 | C1 | 39 | 33 |
| Octal | 73 | 252 | 312 | 107 | 20 | 0 | 25 | 301 | 71 | 63 |
| Binary | 111011 | 10101010 | 11001010 | 1000111 | 10000 | 0 | 10101 | 11000001 | 111001 | 110011 |
Color Harmonies of #3BAACA
Complementary color
Monochromatic Colors of #3BAACA
Black with #3BAACA
Text Example
Text Example
White with #3BAACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAACA; }
p { color: rgb(59,170,202); }
H1.HeaderClassName
{
color: #3BAACA;
}
.AnyTagClassName
{
color: #3BAACA;
}
</style>
background-color css
<style>
a { background-color: #3BAACA; }
a { background-color: rgb(59,170,202); }
div.DivClassName
{
background-color: #3BAACA;
}
.BgClassName
{
background-color: #3BAACA;
}
</style>
border-color css
<style>
span { border-color: #3BAACA; }
span { border-color: rgb(59,170,202); }
td.TdClassName
{
border-color: #3BAACA;
}
.TagClassName
{
border-color: #3BAACA;
}
</style>