Shades of Viking #3DB0CD
Tints of Viking #3DB0CD
RGB
CMYK
RGB Variations
Color information
#3DB0CD (or 0x3DB0CD) is known color: Viking. HEX triplet: 3D, B0 and CD. RGB value is (61,176,205). Sum of RGB (Red+Green+Blue) = 61+176+205=442 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.80% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #3DB0CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DB0CD is #C24F32. Grayscale: #909090. Windows color (decimal): -12734259 or 13479997. OLE color: 13479997.
HSL color Cylindrical-coordinate representation of color #3DB0CD: hue angle of 192.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DB0CD is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 176 | 205 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.20 |
| HSL | 192.08º | 0.59% | 0.52% | - |
| HSV(B) | 192.08º | 0.7% | 0.8% | - |
| XYZ | 28.47 | 36.45 | 63.29 | - |
| YUV | 144.92 | 161.9 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 205 | 0.70 | 0.14 | 0 | 0.20 | 192.08 | 0.59 | 0.52 |
| Hex | 3D | B0 | CD | 46 | E | 0 | 14 | C0 | 3B | 34 |
| Octal | 75 | 260 | 315 | 106 | 16 | 0 | 24 | 300 | 73 | 64 |
| Binary | 111101 | 10110000 | 11001101 | 1000110 | 1110 | 0 | 10100 | 11000000 | 111011 | 110100 |
Color Harmonies of #3DB0CD
Complementary color
Monochromatic Colors of #3DB0CD
Black with #3DB0CD
Text Example
Text Example
White with #3DB0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB0CD; }
p { color: rgb(61,176,205); }
H1.HeaderClassName
{
color: #3DB0CD;
}
.AnyTagClassName
{
color: #3DB0CD;
}
</style>
background-color css
<style>
a { background-color: #3DB0CD; }
a { background-color: rgb(61,176,205); }
div.DivClassName
{
background-color: #3DB0CD;
}
.BgClassName
{
background-color: #3DB0CD;
}
</style>
border-color css
<style>
span { border-color: #3DB0CD; }
span { border-color: rgb(61,176,205); }
td.TdClassName
{
border-color: #3DB0CD;
}
.TagClassName
{
border-color: #3DB0CD;
}
</style>