Shades of Viking #3BA4BD
Tints of Viking #3BA4BD
RGB
CMYK
RGB Variations
Color information
#3BA4BD (or 0x3BA4BD) is known color: Viking. HEX triplet: 3B, A4 and BD. RGB value is (59,164,189). Sum of RGB (Red+Green+Blue) = 59+164+189=412 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.32% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #3BA4BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA4BD is #C45B42. Grayscale: #878787. Windows color (decimal): -12868419 or 12428347. OLE color: 12428347.
HSL color Cylindrical-coordinate representation of color #3BA4BD: hue angle of 191.54º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BA4BD is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 164 | 189 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.26 |
| HSL | 191.54º | 0.52% | 0.49% | - |
| HSV(B) | 191.54º | 0.69% | 0.74% | - |
| XYZ | 24.26 | 31.15 | 52.88 | - |
| YUV | 135.46 | 158.21 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 189 | 0.69 | 0.13 | 0 | 0.26 | 191.54 | 0.52 | 0.49 |
| Hex | 3B | A4 | BD | 45 | D | 0 | 1A | C0 | 34 | 31 |
| Octal | 73 | 244 | 275 | 105 | 15 | 0 | 32 | 300 | 64 | 61 |
| Binary | 111011 | 10100100 | 10111101 | 1000101 | 1101 | 0 | 11010 | 11000000 | 110100 | 110001 |
Color Harmonies of #3BA4BD
Complementary color
Monochromatic Colors of #3BA4BD
Black with #3BA4BD
Text Example
Text Example
White with #3BA4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA4BD; }
p { color: rgb(59,164,189); }
H1.HeaderClassName
{
color: #3BA4BD;
}
.AnyTagClassName
{
color: #3BA4BD;
}
</style>
background-color css
<style>
a { background-color: #3BA4BD; }
a { background-color: rgb(59,164,189); }
div.DivClassName
{
background-color: #3BA4BD;
}
.BgClassName
{
background-color: #3BA4BD;
}
</style>
border-color css
<style>
span { border-color: #3BA4BD; }
span { border-color: rgb(59,164,189); }
td.TdClassName
{
border-color: #3BA4BD;
}
.TagClassName
{
border-color: #3BA4BD;
}
</style>