Shades of Viking #3DB2CA
Tints of Viking #3DB2CA
RGB
CMYK
RGB Variations
Color information
#3DB2CA (or 0x3DB2CA) is known color: Viking. HEX triplet: 3D, B2 and CA. RGB value is (61,178,202). Sum of RGB (Red+Green+Blue) = 61+178+202=441 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.83% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #3DB2CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DB2CA is #C24D35. Grayscale: #919191. Windows color (decimal): -12733750 or 13283901. OLE color: 13283901.
HSL color Cylindrical-coordinate representation of color #3DB2CA: hue angle of 190.21º 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 #3DB2CA is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 178 | 202 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.21 |
| HSL | 190.21º | 0.57% | 0.52% | - |
| HSV(B) | 190.21º | 0.7% | 0.79% | - |
| XYZ | 28.51 | 37.1 | 61.54 | - |
| YUV | 145.75 | 159.74 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 178 | 202 | 0.70 | 0.12 | 0 | 0.21 | 190.21 | 0.57 | 0.52 |
| Hex | 3D | B2 | CA | 46 | C | 0 | 15 | BE | 39 | 34 |
| Octal | 75 | 262 | 312 | 106 | 14 | 0 | 25 | 276 | 71 | 64 |
| Binary | 111101 | 10110010 | 11001010 | 1000110 | 1100 | 0 | 10101 | 10111110 | 111001 | 110100 |
Color Harmonies of #3DB2CA
Complementary color
Monochromatic Colors of #3DB2CA
Black with #3DB2CA
Text Example
Text Example
White with #3DB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB2CA; }
p { color: rgb(61,178,202); }
H1.HeaderClassName
{
color: #3DB2CA;
}
.AnyTagClassName
{
color: #3DB2CA;
}
</style>
background-color css
<style>
a { background-color: #3DB2CA; }
a { background-color: rgb(61,178,202); }
div.DivClassName
{
background-color: #3DB2CA;
}
.BgClassName
{
background-color: #3DB2CA;
}
</style>
border-color css
<style>
span { border-color: #3DB2CA; }
span { border-color: rgb(61,178,202); }
td.TdClassName
{
border-color: #3DB2CA;
}
.TagClassName
{
border-color: #3DB2CA;
}
</style>