Shades of Viking #3DABCA
Tints of Viking #3DABCA
RGB
CMYK
RGB Variations
Color information
#3DABCA (or 0x3DABCA) is known color: Viking. HEX triplet: 3D, AB and CA. RGB value is (61,171,202). Sum of RGB (Red+Green+Blue) = 61+171+202=434 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.06% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #3DABCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DABCA is #C25435. Grayscale: #8D8D8D. Windows color (decimal): -12735542 or 13282109. OLE color: 13282109.
HSL color Cylindrical-coordinate representation of color #3DABCA: hue angle of 193.19º 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 #3DABCA is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 171 | 202 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.21 |
| HSL | 193.19º | 0.57% | 0.52% | - |
| HSV(B) | 193.19º | 0.7% | 0.79% | - |
| XYZ | 27.15 | 34.38 | 61.08 | - |
| YUV | 141.64 | 162.06 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 202 | 0.70 | 0.15 | 0 | 0.21 | 193.19 | 0.57 | 0.52 |
| Hex | 3D | AB | CA | 46 | F | 0 | 15 | C1 | 39 | 34 |
| Octal | 75 | 253 | 312 | 106 | 17 | 0 | 25 | 301 | 71 | 64 |
| Binary | 111101 | 10101011 | 11001010 | 1000110 | 1111 | 0 | 10101 | 11000001 | 111001 | 110100 |
Color Harmonies of #3DABCA
Complementary color
Monochromatic Colors of #3DABCA
Black with #3DABCA
Text Example
Text Example
White with #3DABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DABCA; }
p { color: rgb(61,171,202); }
H1.HeaderClassName
{
color: #3DABCA;
}
.AnyTagClassName
{
color: #3DABCA;
}
</style>
background-color css
<style>
a { background-color: #3DABCA; }
a { background-color: rgb(61,171,202); }
div.DivClassName
{
background-color: #3DABCA;
}
.BgClassName
{
background-color: #3DABCA;
}
</style>
border-color css
<style>
span { border-color: #3DABCA; }
span { border-color: rgb(61,171,202); }
td.TdClassName
{
border-color: #3DABCA;
}
.TagClassName
{
border-color: #3DABCA;
}
</style>