Shades of Viking #3DAAB2
Tints of Viking #3DAAB2
RGB
CMYK
RGB Variations
Color information
#3DAAB2 (or 0x3DAAB2) is known color: Viking. HEX triplet: 3D, AA and B2. RGB value is (61,170,178). Sum of RGB (Red+Green+Blue) = 61+170+178=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 178 - color contains mainly: blue. Hex color #3DAAB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAAB2 is #C2554D. Grayscale: #8A8A8A. Windows color (decimal): -12735822 or 11708989. OLE color: 11708989.
HSL color Cylindrical-coordinate representation of color #3DAAB2: hue angle of 184.1º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DAAB2 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 170 | 178 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.30 |
| HSL | 184.1º | 0.49% | 0.47% | - |
| HSV(B) | 184.1º | 0.66% | 0.7% | - |
| XYZ | 24.34 | 32.96 | 47.2 | - |
| YUV | 138.32 | 150.39 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 170 | 178 | 0.66 | 0.04 | 0 | 0.30 | 184.1 | 0.49 | 0.47 |
| Hex | 3D | AA | B2 | 42 | 4 | 0 | 1E | B8 | 31 | 2F |
| Octal | 75 | 252 | 262 | 102 | 4 | 0 | 36 | 270 | 61 | 57 |
| Binary | 111101 | 10101010 | 10110010 | 1000010 | 100 | 0 | 11110 | 10111000 | 110001 | 101111 |
Color Harmonies of #3DAAB2
Complementary color
Monochromatic Colors of #3DAAB2
Black with #3DAAB2
Text Example
Text Example
White with #3DAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAAB2; }
p { color: rgb(61,170,178); }
H1.HeaderClassName
{
color: #3DAAB2;
}
.AnyTagClassName
{
color: #3DAAB2;
}
</style>
background-color css
<style>
a { background-color: #3DAAB2; }
a { background-color: rgb(61,170,178); }
div.DivClassName
{
background-color: #3DAAB2;
}
.BgClassName
{
background-color: #3DAAB2;
}
</style>
border-color css
<style>
span { border-color: #3DAAB2; }
span { border-color: rgb(61,170,178); }
td.TdClassName
{
border-color: #3DAAB2;
}
.TagClassName
{
border-color: #3DAAB2;
}
</style>