Shades of Viking #3BB4BC
Tints of Viking #3BB4BC
RGB
CMYK
RGB Variations
Color information
#3BB4BC (or 0x3BB4BC) is known color: Viking. HEX triplet: 3B, B4 and BC. RGB value is (59,180,188). Sum of RGB (Red+Green+Blue) = 59+180+188=427 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.82% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #3BB4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB4BC is #C44B43. Grayscale: #909090. Windows color (decimal): -12864324 or 12366907. OLE color: 12366907.
HSL color Cylindrical-coordinate representation of color #3BB4BC: hue angle of 183.72º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BB4BC is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 180 | 188 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.26 |
| HSL | 183.72º | 0.52% | 0.48% | - |
| HSV(B) | 183.72º | 0.69% | 0.74% | - |
| XYZ | 27.2 | 37.2 | 53.32 | - |
| YUV | 144.73 | 152.41 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 180 | 188 | 0.69 | 0.04 | 0 | 0.26 | 183.72 | 0.52 | 0.48 |
| Hex | 3B | B4 | BC | 45 | 4 | 0 | 1A | B8 | 34 | 30 |
| Octal | 73 | 264 | 274 | 105 | 4 | 0 | 32 | 270 | 64 | 60 |
| Binary | 111011 | 10110100 | 10111100 | 1000101 | 100 | 0 | 11010 | 10111000 | 110100 | 110000 |
Color Harmonies of #3BB4BC
Complementary color
Monochromatic Colors of #3BB4BC
Black with #3BB4BC
Text Example
Text Example
White with #3BB4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB4BC; }
p { color: rgb(59,180,188); }
H1.HeaderClassName
{
color: #3BB4BC;
}
.AnyTagClassName
{
color: #3BB4BC;
}
</style>
background-color css
<style>
a { background-color: #3BB4BC; }
a { background-color: rgb(59,180,188); }
div.DivClassName
{
background-color: #3BB4BC;
}
.BgClassName
{
background-color: #3BB4BC;
}
</style>
border-color css
<style>
span { border-color: #3BB4BC; }
span { border-color: rgb(59,180,188); }
td.TdClassName
{
border-color: #3BB4BC;
}
.TagClassName
{
border-color: #3BB4BC;
}
</style>