Shades of Viking #3DB5BD
Tints of Viking #3DB5BD
RGB
CMYK
RGB Variations
Color information
#3DB5BD (or 0x3DB5BD) is known color: Viking. HEX triplet: 3D, B5 and BD. RGB value is (61,181,189). Sum of RGB (Red+Green+Blue) = 61+181+189=431 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.15% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #3DB5BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB5BD is #C24A42. Grayscale: #919191. Windows color (decimal): -12732995 or 12432701. OLE color: 12432701.
HSL color Cylindrical-coordinate representation of color #3DB5BD: hue angle of 183.75º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DB5BD is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 181 | 189 | - |
| CMYK | 0.68 | 0.04 | 0 | 0.26 |
| HSL | 183.75º | 0.51% | 0.49% | - |
| HSV(B) | 183.75º | 0.68% | 0.74% | - |
| XYZ | 27.63 | 37.71 | 53.97 | - |
| YUV | 146.03 | 152.24 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 189 | 0.68 | 0.04 | 0 | 0.26 | 183.75 | 0.51 | 0.49 |
| Hex | 3D | B5 | BD | 44 | 4 | 0 | 1A | B8 | 33 | 31 |
| Octal | 75 | 265 | 275 | 104 | 4 | 0 | 32 | 270 | 63 | 61 |
| Binary | 111101 | 10110101 | 10111101 | 1000100 | 100 | 0 | 11010 | 10111000 | 110011 | 110001 |
Color Harmonies of #3DB5BD
Complementary color
Monochromatic Colors of #3DB5BD
Black with #3DB5BD
Text Example
Text Example
White with #3DB5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB5BD; }
p { color: rgb(61,181,189); }
H1.HeaderClassName
{
color: #3DB5BD;
}
.AnyTagClassName
{
color: #3DB5BD;
}
</style>
background-color css
<style>
a { background-color: #3DB5BD; }
a { background-color: rgb(61,181,189); }
div.DivClassName
{
background-color: #3DB5BD;
}
.BgClassName
{
background-color: #3DB5BD;
}
</style>
border-color css
<style>
span { border-color: #3DB5BD; }
span { border-color: rgb(61,181,189); }
td.TdClassName
{
border-color: #3DB5BD;
}
.TagClassName
{
border-color: #3DB5BD;
}
</style>