Shades of Viking #3DB0CC
Tints of Viking #3DB0CC
RGB
CMYK
RGB Variations
Color information
#3DB0CC (or 0x3DB0CC) is known color: Viking. HEX triplet: 3D, B0 and CC. RGB value is (61,176,204). Sum of RGB (Red+Green+Blue) = 61+176+204=441 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.83% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #3DB0CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DB0CC is #C24F33. Grayscale: #909090. Windows color (decimal): -12734260 or 13414461. OLE color: 13414461.
HSL color Cylindrical-coordinate representation of color #3DB0CC: hue angle of 191.75º degrees, saturation: 0.58, 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 #3DB0CC is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 176 | 204 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.2 |
| HSL | 191.75º | 0.58% | 0.52% | - |
| HSV(B) | 191.75º | 0.7% | 0.8% | - |
| XYZ | 28.35 | 36.4 | 62.66 | - |
| YUV | 144.81 | 161.4 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 204 | 0.70 | 0.14 | 0 | 0.2 | 191.75 | 0.58 | 0.52 |
| Hex | 3D | B0 | CC | 46 | E | 0 | 14 | C0 | 3A | 34 |
| Octal | 75 | 260 | 314 | 106 | 16 | 0 | 24 | 300 | 72 | 64 |
| Binary | 111101 | 10110000 | 11001100 | 1000110 | 1110 | 0 | 10100 | 11000000 | 111010 | 110100 |
Color Harmonies of #3DB0CC
Complementary color
Monochromatic Colors of #3DB0CC
Black with #3DB0CC
Text Example
Text Example
White with #3DB0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB0CC; }
p { color: rgb(61,176,204); }
H1.HeaderClassName
{
color: #3DB0CC;
}
.AnyTagClassName
{
color: #3DB0CC;
}
</style>
background-color css
<style>
a { background-color: #3DB0CC; }
a { background-color: rgb(61,176,204); }
div.DivClassName
{
background-color: #3DB0CC;
}
.BgClassName
{
background-color: #3DB0CC;
}
</style>
border-color css
<style>
span { border-color: #3DB0CC; }
span { border-color: rgb(61,176,204); }
td.TdClassName
{
border-color: #3DB0CC;
}
.TagClassName
{
border-color: #3DB0CC;
}
</style>