Shades of Viking #3DBBC9
Tints of Viking #3DBBC9
RGB
CMYK
RGB Variations
Color information
#3DBBC9 (or 0x3DBBC9) is known color: Viking. HEX triplet: 3D, BB and C9. RGB value is (61,187,201). Sum of RGB (Red+Green+Blue) = 61+187+201=449 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.59% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #3DBBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBBC9 is #C24436. Grayscale: #969696. Windows color (decimal): -12731447 or 13220669. OLE color: 13220669.
HSL color Cylindrical-coordinate representation of color #3DBBC9: hue angle of 186º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DBBC9 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 187 | 201 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.21 |
| HSL | 186º | 0.56% | 0.51% | - |
| HSV(B) | 186º | 0.7% | 0.79% | - |
| XYZ | 30.24 | 40.75 | 61.53 | - |
| YUV | 150.92 | 156.26 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 201 | 0.70 | 0.07 | 0 | 0.21 | 186 | 0.56 | 0.51 |
| Hex | 3D | BB | C9 | 46 | 7 | 0 | 15 | BA | 38 | 33 |
| Octal | 75 | 273 | 311 | 106 | 7 | 0 | 25 | 272 | 70 | 63 |
| Binary | 111101 | 10111011 | 11001001 | 1000110 | 111 | 0 | 10101 | 10111010 | 111000 | 110011 |
Color Harmonies of #3DBBC9
Complementary color
Monochromatic Colors of #3DBBC9
Black with #3DBBC9
Text Example
Text Example
White with #3DBBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBBC9; }
p { color: rgb(61,187,201); }
H1.HeaderClassName
{
color: #3DBBC9;
}
.AnyTagClassName
{
color: #3DBBC9;
}
</style>
background-color css
<style>
a { background-color: #3DBBC9; }
a { background-color: rgb(61,187,201); }
div.DivClassName
{
background-color: #3DBBC9;
}
.BgClassName
{
background-color: #3DBBC9;
}
</style>
border-color css
<style>
span { border-color: #3DBBC9; }
span { border-color: rgb(61,187,201); }
td.TdClassName
{
border-color: #3DBBC9;
}
.TagClassName
{
border-color: #3DBBC9;
}
</style>