Shades of Viking #3BBDCA
Tints of Viking #3BBDCA
RGB
CMYK
RGB Variations
Color information
#3BBDCA (or 0x3BBDCA) is known color: Viking. HEX triplet: 3B, BD and CA. RGB value is (59,189,202). Sum of RGB (Red+Green+Blue) = 59+189+202=450 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.11% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #3BBDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBDCA is #C44235. Grayscale: #979797. Windows color (decimal): -12862006 or 13286715. OLE color: 13286715.
HSL color Cylindrical-coordinate representation of color #3BBDCA: hue angle of 185.45º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BBDCA is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 189 | 202 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.21 |
| HSL | 185.45º | 0.57% | 0.51% | - |
| HSV(B) | 185.45º | 0.71% | 0.79% | - |
| XYZ | 30.66 | 41.59 | 62.29 | - |
| YUV | 151.61 | 156.43 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 189 | 202 | 0.71 | 0.06 | 0 | 0.21 | 185.45 | 0.57 | 0.51 |
| Hex | 3B | BD | CA | 47 | 6 | 0 | 15 | B9 | 39 | 33 |
| Octal | 73 | 275 | 312 | 107 | 6 | 0 | 25 | 271 | 71 | 63 |
| Binary | 111011 | 10111101 | 11001010 | 1000111 | 110 | 0 | 10101 | 10111001 | 111001 | 110011 |
Color Harmonies of #3BBDCA
Complementary color
Monochromatic Colors of #3BBDCA
Black with #3BBDCA
Text Example
Text Example
White with #3BBDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBDCA; }
p { color: rgb(59,189,202); }
H1.HeaderClassName
{
color: #3BBDCA;
}
.AnyTagClassName
{
color: #3BBDCA;
}
</style>
background-color css
<style>
a { background-color: #3BBDCA; }
a { background-color: rgb(59,189,202); }
div.DivClassName
{
background-color: #3BBDCA;
}
.BgClassName
{
background-color: #3BBDCA;
}
</style>
border-color css
<style>
span { border-color: #3BBDCA; }
span { border-color: rgb(59,189,202); }
td.TdClassName
{
border-color: #3BBDCA;
}
.TagClassName
{
border-color: #3BBDCA;
}
</style>