Shades of Viking #3BB8BD
Tints of Viking #3BB8BD
RGB
CMYK
RGB Variations
Color information
#3BB8BD (or 0x3BB8BD) is known color: Viking. HEX triplet: 3B, B8 and BD. RGB value is (59,184,189). Sum of RGB (Red+Green+Blue) = 59+184+189=432 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.66% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #3BB8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB8BD is #C44742. Grayscale: #939393. Windows color (decimal): -12863299 or 12433467. OLE color: 12433467.
HSL color Cylindrical-coordinate representation of color #3BB8BD: hue angle of 182.31º 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 #3BB8BD is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 184 | 189 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.26 |
| HSL | 182.31º | 0.52% | 0.49% | - |
| HSV(B) | 182.31º | 0.69% | 0.74% | - |
| XYZ | 28.13 | 38.88 | 54.17 | - |
| YUV | 147.2 | 151.59 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 184 | 189 | 0.69 | 0.03 | 0 | 0.26 | 182.31 | 0.52 | 0.49 |
| Hex | 3B | B8 | BD | 45 | 3 | 0 | 1A | B6 | 34 | 31 |
| Octal | 73 | 270 | 275 | 105 | 3 | 0 | 32 | 266 | 64 | 61 |
| Binary | 111011 | 10111000 | 10111101 | 1000101 | 11 | 0 | 11010 | 10110110 | 110100 | 110001 |
Color Harmonies of #3BB8BD
Complementary color
Monochromatic Colors of #3BB8BD
Black with #3BB8BD
Text Example
Text Example
White with #3BB8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB8BD; }
p { color: rgb(59,184,189); }
H1.HeaderClassName
{
color: #3BB8BD;
}
.AnyTagClassName
{
color: #3BB8BD;
}
</style>
background-color css
<style>
a { background-color: #3BB8BD; }
a { background-color: rgb(59,184,189); }
div.DivClassName
{
background-color: #3BB8BD;
}
.BgClassName
{
background-color: #3BB8BD;
}
</style>
border-color css
<style>
span { border-color: #3BB8BD; }
span { border-color: rgb(59,184,189); }
td.TdClassName
{
border-color: #3BB8BD;
}
.TagClassName
{
border-color: #3BB8BD;
}
</style>