Shades of Viking #3DB0CA
Tints of Viking #3DB0CA
RGB
CMYK
RGB Variations
Color information
#3DB0CA (or 0x3DB0CA) is known color: Viking. HEX triplet: 3D, B0 and CA. RGB value is (61,176,202). Sum of RGB (Red+Green+Blue) = 61+176+202=439 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.90% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #3DB0CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DB0CA is #C24F35. Grayscale: #909090. Windows color (decimal): -12734262 or 13283389. OLE color: 13283389.
HSL color Cylindrical-coordinate representation of color #3DB0CA: hue angle of 191.06º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DB0CA is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 176 | 202 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.21 |
| HSL | 191.06º | 0.57% | 0.52% | - |
| HSV(B) | 191.06º | 0.7% | 0.79% | - |
| XYZ | 28.11 | 36.31 | 61.4 | - |
| YUV | 144.58 | 160.4 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 202 | 0.70 | 0.13 | 0 | 0.21 | 191.06 | 0.57 | 0.52 |
| Hex | 3D | B0 | CA | 46 | D | 0 | 15 | BF | 39 | 34 |
| Octal | 75 | 260 | 312 | 106 | 15 | 0 | 25 | 277 | 71 | 64 |
| Binary | 111101 | 10110000 | 11001010 | 1000110 | 1101 | 0 | 10101 | 10111111 | 111001 | 110100 |
Color Harmonies of #3DB0CA
Complementary color
Monochromatic Colors of #3DB0CA
Black with #3DB0CA
Text Example
Text Example
White with #3DB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB0CA; }
p { color: rgb(61,176,202); }
H1.HeaderClassName
{
color: #3DB0CA;
}
.AnyTagClassName
{
color: #3DB0CA;
}
</style>
background-color css
<style>
a { background-color: #3DB0CA; }
a { background-color: rgb(61,176,202); }
div.DivClassName
{
background-color: #3DB0CA;
}
.BgClassName
{
background-color: #3DB0CA;
}
</style>
border-color css
<style>
span { border-color: #3DB0CA; }
span { border-color: rgb(61,176,202); }
td.TdClassName
{
border-color: #3DB0CA;
}
.TagClassName
{
border-color: #3DB0CA;
}
</style>