Shades of Viking #3BB8CE
Tints of Viking #3BB8CE
RGB
CMYK
RGB Variations
Color information
#3BB8CE (or 0x3BB8CE) is known color: Viking. HEX triplet: 3B, B8 and CE. RGB value is (59,184,206). Sum of RGB (Red+Green+Blue) = 59+184+206=449 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.14% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #3BB8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB8CE is #C44731. Grayscale: #949494. Windows color (decimal): -12863282 or 13547579. OLE color: 13547579.
HSL color Cylindrical-coordinate representation of color #3BB8CE: hue angle of 188.98º 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 #3BB8CE is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 184 | 206 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.19 |
| HSL | 188.98º | 0.6% | 0.52% | - |
| HSV(B) | 188.98º | 0.71% | 0.81% | - |
| XYZ | 30.08 | 39.67 | 64.46 | - |
| YUV | 149.13 | 160.09 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 184 | 206 | 0.71 | 0.11 | 0 | 0.19 | 188.98 | 0.6 | 0.52 |
| Hex | 3B | B8 | CE | 47 | B | 0 | 13 | BD | 3C | 34 |
| Octal | 73 | 270 | 316 | 107 | 13 | 0 | 23 | 275 | 74 | 64 |
| Binary | 111011 | 10111000 | 11001110 | 1000111 | 1011 | 0 | 10011 | 10111101 | 111100 | 110100 |
Color Harmonies of #3BB8CE
Complementary color
Monochromatic Colors of #3BB8CE
Black with #3BB8CE
Text Example
Text Example
White with #3BB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB8CE; }
p { color: rgb(59,184,206); }
H1.HeaderClassName
{
color: #3BB8CE;
}
.AnyTagClassName
{
color: #3BB8CE;
}
</style>
background-color css
<style>
a { background-color: #3BB8CE; }
a { background-color: rgb(59,184,206); }
div.DivClassName
{
background-color: #3BB8CE;
}
.BgClassName
{
background-color: #3BB8CE;
}
</style>
border-color css
<style>
span { border-color: #3BB8CE; }
span { border-color: rgb(59,184,206); }
td.TdClassName
{
border-color: #3BB8CE;
}
.TagClassName
{
border-color: #3BB8CE;
}
</style>