Shades of Viking #3BA4CA
Tints of Viking #3BA4CA
RGB
CMYK
RGB Variations
Color information
#3BA4CA (or 0x3BA4CA) is known color: Viking. HEX triplet: 3B, A4 and CA. RGB value is (59,164,202). Sum of RGB (Red+Green+Blue) = 59+164+202=425 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.88% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #3BA4CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA4CA is #C45B35. Grayscale: #888888. Windows color (decimal): -12868406 or 13280315. OLE color: 13280315.
HSL color Cylindrical-coordinate representation of color #3BA4CA: hue angle of 195.94º 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 #3BA4CA is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 164 | 202 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.21 |
| HSL | 195.94º | 0.57% | 0.51% | - |
| HSV(B) | 195.94º | 0.71% | 0.79% | - |
| XYZ | 25.74 | 31.74 | 60.65 | - |
| YUV | 136.94 | 164.71 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 202 | 0.71 | 0.19 | 0 | 0.21 | 195.94 | 0.57 | 0.51 |
| Hex | 3B | A4 | CA | 47 | 13 | 0 | 15 | C4 | 39 | 33 |
| Octal | 73 | 244 | 312 | 107 | 23 | 0 | 25 | 304 | 71 | 63 |
| Binary | 111011 | 10100100 | 11001010 | 1000111 | 10011 | 0 | 10101 | 11000100 | 111001 | 110011 |
Color Harmonies of #3BA4CA
Complementary color
Monochromatic Colors of #3BA4CA
Black with #3BA4CA
Text Example
Text Example
White with #3BA4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA4CA; }
p { color: rgb(59,164,202); }
H1.HeaderClassName
{
color: #3BA4CA;
}
.AnyTagClassName
{
color: #3BA4CA;
}
</style>
background-color css
<style>
a { background-color: #3BA4CA; }
a { background-color: rgb(59,164,202); }
div.DivClassName
{
background-color: #3BA4CA;
}
.BgClassName
{
background-color: #3BA4CA;
}
</style>
border-color css
<style>
span { border-color: #3BA4CA; }
span { border-color: rgb(59,164,202); }
td.TdClassName
{
border-color: #3BA4CA;
}
.TagClassName
{
border-color: #3BA4CA;
}
</style>