Shades of Viking #3DB9CE
Tints of Viking #3DB9CE
RGB
CMYK
RGB Variations
Color information
#3DB9CE (or 0x3DB9CE) is known color: Viking. HEX triplet: 3D, B9 and CE. RGB value is (61,185,206). Sum of RGB (Red+Green+Blue) = 61+185+206=452 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.50% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #3DB9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB9CE is #C24631. Grayscale: #969696. Windows color (decimal): -12731954 or 13547837. OLE color: 13547837.
HSL color Cylindrical-coordinate representation of color #3DB9CE: hue angle of 188.69º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DB9CE is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 185 | 206 | - |
| CMYK | 0.70 | 0.10 | 0 | 0.19 |
| HSL | 188.69º | 0.6% | 0.52% | - |
| HSV(B) | 188.69º | 0.7% | 0.81% | - |
| XYZ | 30.41 | 40.15 | 64.54 | - |
| YUV | 150.32 | 159.42 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 206 | 0.70 | 0.10 | 0 | 0.19 | 188.69 | 0.6 | 0.52 |
| Hex | 3D | B9 | CE | 46 | A | 0 | 13 | BD | 3C | 34 |
| Octal | 75 | 271 | 316 | 106 | 12 | 0 | 23 | 275 | 74 | 64 |
| Binary | 111101 | 10111001 | 11001110 | 1000110 | 1010 | 0 | 10011 | 10111101 | 111100 | 110100 |
Color Harmonies of #3DB9CE
Complementary color
Monochromatic Colors of #3DB9CE
Black with #3DB9CE
Text Example
Text Example
White with #3DB9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB9CE; }
p { color: rgb(61,185,206); }
H1.HeaderClassName
{
color: #3DB9CE;
}
.AnyTagClassName
{
color: #3DB9CE;
}
</style>
background-color css
<style>
a { background-color: #3DB9CE; }
a { background-color: rgb(61,185,206); }
div.DivClassName
{
background-color: #3DB9CE;
}
.BgClassName
{
background-color: #3DB9CE;
}
</style>
border-color css
<style>
span { border-color: #3DB9CE; }
span { border-color: rgb(61,185,206); }
td.TdClassName
{
border-color: #3DB9CE;
}
.TagClassName
{
border-color: #3DB9CE;
}
</style>