Shades of Viking #3BB7CE
Tints of Viking #3BB7CE
RGB
CMYK
RGB Variations
Color information
#3BB7CE (or 0x3BB7CE) is known color: Viking. HEX triplet: 3B, B7 and CE. RGB value is (59,183,206). Sum of RGB (Red+Green+Blue) = 59+183+206=448 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.17% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #3BB7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB7CE is #C44831. Grayscale: #949494. Windows color (decimal): -12863538 or 13547323. OLE color: 13547323.
HSL color Cylindrical-coordinate representation of color #3BB7CE: hue angle of 189.39º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BB7CE is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 183 | 206 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.19 |
| HSL | 189.39º | 0.6% | 0.52% | - |
| HSV(B) | 189.39º | 0.71% | 0.81% | - |
| XYZ | 29.88 | 39.25 | 64.39 | - |
| YUV | 148.55 | 160.42 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 183 | 206 | 0.71 | 0.11 | 0 | 0.19 | 189.39 | 0.6 | 0.52 |
| Hex | 3B | B7 | CE | 47 | B | 0 | 13 | BD | 3C | 34 |
| Octal | 73 | 267 | 316 | 107 | 13 | 0 | 23 | 275 | 74 | 64 |
| Binary | 111011 | 10110111 | 11001110 | 1000111 | 1011 | 0 | 10011 | 10111101 | 111100 | 110100 |
Color Harmonies of #3BB7CE
Complementary color
Monochromatic Colors of #3BB7CE
Black with #3BB7CE
Text Example
Text Example
White with #3BB7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB7CE; }
p { color: rgb(59,183,206); }
H1.HeaderClassName
{
color: #3BB7CE;
}
.AnyTagClassName
{
color: #3BB7CE;
}
</style>
background-color css
<style>
a { background-color: #3BB7CE; }
a { background-color: rgb(59,183,206); }
div.DivClassName
{
background-color: #3BB7CE;
}
.BgClassName
{
background-color: #3BB7CE;
}
</style>
border-color css
<style>
span { border-color: #3BB7CE; }
span { border-color: rgb(59,183,206); }
td.TdClassName
{
border-color: #3BB7CE;
}
.TagClassName
{
border-color: #3BB7CE;
}
</style>