Shades of Viking #3DBEC6
Tints of Viking #3DBEC6
RGB
CMYK
RGB Variations
Color information
#3DBEC6 (or 0x3DBEC6) is known color: Viking. HEX triplet: 3D, BE and C6. RGB value is (61,190,198). Sum of RGB (Red+Green+Blue) = 61+190+198=449 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.59% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 198 - color contains mainly: blue. Hex color #3DBEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBEC6 is #C24139. Grayscale: #989898. Windows color (decimal): -12730682 or 13024829. OLE color: 13024829.
HSL color Cylindrical-coordinate representation of color #3DBEC6: hue angle of 183.5º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DBEC6 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 190 | 198 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.22 |
| HSL | 183.5º | 0.55% | 0.51% | - |
| HSV(B) | 183.5º | 0.69% | 0.78% | - |
| XYZ | 30.53 | 41.9 | 59.9 | - |
| YUV | 152.34 | 153.76 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 198 | 0.69 | 0.04 | 0 | 0.22 | 183.5 | 0.55 | 0.51 |
| Hex | 3D | BE | C6 | 45 | 4 | 0 | 16 | B8 | 37 | 33 |
| Octal | 75 | 276 | 306 | 105 | 4 | 0 | 26 | 270 | 67 | 63 |
| Binary | 111101 | 10111110 | 11000110 | 1000101 | 100 | 0 | 10110 | 10111000 | 110111 | 110011 |
Color Harmonies of #3DBEC6
Complementary color
Monochromatic Colors of #3DBEC6
Black with #3DBEC6
Text Example
Text Example
White with #3DBEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBEC6; }
p { color: rgb(61,190,198); }
H1.HeaderClassName
{
color: #3DBEC6;
}
.AnyTagClassName
{
color: #3DBEC6;
}
</style>
background-color css
<style>
a { background-color: #3DBEC6; }
a { background-color: rgb(61,190,198); }
div.DivClassName
{
background-color: #3DBEC6;
}
.BgClassName
{
background-color: #3DBEC6;
}
</style>
border-color css
<style>
span { border-color: #3DBEC6; }
span { border-color: rgb(61,190,198); }
td.TdClassName
{
border-color: #3DBEC6;
}
.TagClassName
{
border-color: #3DBEC6;
}
</style>