Shades of Viking #3DB4C5
Tints of Viking #3DB4C5
RGB
CMYK
RGB Variations
Color information
#3DB4C5 (or 0x3DB4C5) is known color: Viking. HEX triplet: 3D, B4 and C5. RGB value is (61,180,197). Sum of RGB (Red+Green+Blue) = 61+180+197=438 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.93% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 197 - color contains mainly: blue. Hex color #3DB4C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB4C5 is #C24B3A. Grayscale: #929292. Windows color (decimal): -12733243 or 12956733. OLE color: 12956733.
HSL color Cylindrical-coordinate representation of color #3DB4C5: hue angle of 187.5º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DB4C5 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 180 | 197 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.23 |
| HSL | 187.5º | 0.54% | 0.51% | - |
| HSV(B) | 187.5º | 0.69% | 0.77% | - |
| XYZ | 28.32 | 37.67 | 58.6 | - |
| YUV | 146.36 | 156.58 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 197 | 0.69 | 0.09 | 0 | 0.23 | 187.5 | 0.54 | 0.51 |
| Hex | 3D | B4 | C5 | 45 | 9 | 0 | 17 | BC | 36 | 33 |
| Octal | 75 | 264 | 305 | 105 | 11 | 0 | 27 | 274 | 66 | 63 |
| Binary | 111101 | 10110100 | 11000101 | 1000101 | 1001 | 0 | 10111 | 10111100 | 110110 | 110011 |
Color Harmonies of #3DB4C5
Complementary color
Monochromatic Colors of #3DB4C5
Black with #3DB4C5
Text Example
Text Example
White with #3DB4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB4C5; }
p { color: rgb(61,180,197); }
H1.HeaderClassName
{
color: #3DB4C5;
}
.AnyTagClassName
{
color: #3DB4C5;
}
</style>
background-color css
<style>
a { background-color: #3DB4C5; }
a { background-color: rgb(61,180,197); }
div.DivClassName
{
background-color: #3DB4C5;
}
.BgClassName
{
background-color: #3DB4C5;
}
</style>
border-color css
<style>
span { border-color: #3DB4C5; }
span { border-color: rgb(61,180,197); }
td.TdClassName
{
border-color: #3DB4C5;
}
.TagClassName
{
border-color: #3DB4C5;
}
</style>