Shades of Viking #3DB1B4
Tints of Viking #3DB1B4
RGB
CMYK
RGB Variations
Color information
#3DB1B4 (or 0x3DB1B4) is known color: Viking. HEX triplet: 3D, B1 and B4. RGB value is (61,177,180). Sum of RGB (Red+Green+Blue) = 61+177+180=418 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.59% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 180 - color contains mainly: blue. Hex color #3DB1B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DB1B4 is #C24E4B. Grayscale: #8E8E8E. Windows color (decimal): -12734028 or 11841853. OLE color: 11841853.
HSL color Cylindrical-coordinate representation of color #3DB1B4: hue angle of 181.51º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB1B4 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 177 | 180 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.29 |
| HSL | 181.51º | 0.49% | 0.47% | - |
| HSV(B) | 181.51º | 0.66% | 0.71% | - |
| XYZ | 25.88 | 35.73 | 48.71 | - |
| YUV | 142.66 | 149.07 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 180 | 0.66 | 0.02 | 0 | 0.29 | 181.51 | 0.49 | 0.47 |
| Hex | 3D | B1 | B4 | 42 | 2 | 0 | 1D | B6 | 31 | 2F |
| Octal | 75 | 261 | 264 | 102 | 2 | 0 | 35 | 266 | 61 | 57 |
| Binary | 111101 | 10110001 | 10110100 | 1000010 | 10 | 0 | 11101 | 10110110 | 110001 | 101111 |
Color Harmonies of #3DB1B4
Complementary color
Monochromatic Colors of #3DB1B4
Black with #3DB1B4
Text Example
Text Example
White with #3DB1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB1B4; }
p { color: rgb(61,177,180); }
H1.HeaderClassName
{
color: #3DB1B4;
}
.AnyTagClassName
{
color: #3DB1B4;
}
</style>
background-color css
<style>
a { background-color: #3DB1B4; }
a { background-color: rgb(61,177,180); }
div.DivClassName
{
background-color: #3DB1B4;
}
.BgClassName
{
background-color: #3DB1B4;
}
</style>
border-color css
<style>
span { border-color: #3DB1B4; }
span { border-color: rgb(61,177,180); }
td.TdClassName
{
border-color: #3DB1B4;
}
.TagClassName
{
border-color: #3DB1B4;
}
</style>