Shades of Viking #3BAFBD
Tints of Viking #3BAFBD
RGB
CMYK
RGB Variations
Color information
#3BAFBD (or 0x3BAFBD) is known color: Viking. HEX triplet: 3B, AF and BD. RGB value is (59,175,189). Sum of RGB (Red+Green+Blue) = 59+175+189=423 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.95% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #3BAFBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAFBD is #C45042. Grayscale: #8D8D8D. Windows color (decimal): -12865603 or 12431163. OLE color: 12431163.
HSL color Cylindrical-coordinate representation of color #3BAFBD: hue angle of 186.46º 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 #3BAFBD is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 175 | 189 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.26 |
| HSL | 186.46º | 0.52% | 0.49% | - |
| HSV(B) | 186.46º | 0.69% | 0.74% | - |
| XYZ | 26.32 | 35.26 | 53.56 | - |
| YUV | 141.91 | 154.57 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 189 | 0.69 | 0.07 | 0 | 0.26 | 186.46 | 0.52 | 0.49 |
| Hex | 3B | AF | BD | 45 | 7 | 0 | 1A | BA | 34 | 31 |
| Octal | 73 | 257 | 275 | 105 | 7 | 0 | 32 | 272 | 64 | 61 |
| Binary | 111011 | 10101111 | 10111101 | 1000101 | 111 | 0 | 11010 | 10111010 | 110100 | 110001 |
Color Harmonies of #3BAFBD
Complementary color
Monochromatic Colors of #3BAFBD
Black with #3BAFBD
Text Example
Text Example
White with #3BAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAFBD; }
p { color: rgb(59,175,189); }
H1.HeaderClassName
{
color: #3BAFBD;
}
.AnyTagClassName
{
color: #3BAFBD;
}
</style>
background-color css
<style>
a { background-color: #3BAFBD; }
a { background-color: rgb(59,175,189); }
div.DivClassName
{
background-color: #3BAFBD;
}
.BgClassName
{
background-color: #3BAFBD;
}
</style>
border-color css
<style>
span { border-color: #3BAFBD; }
span { border-color: rgb(59,175,189); }
td.TdClassName
{
border-color: #3BAFBD;
}
.TagClassName
{
border-color: #3BAFBD;
}
</style>