Shades of Viking #3DB1CC
Tints of Viking #3DB1CC
RGB
CMYK
RGB Variations
Color information
#3DB1CC (or 0x3DB1CC) is known color: Viking. HEX triplet: 3D, B1 and CC. RGB value is (61,177,204). Sum of RGB (Red+Green+Blue) = 61+177+204=442 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.80% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #3DB1CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DB1CC is #C24E33. Grayscale: #919191. Windows color (decimal): -12734004 or 13414717. OLE color: 13414717.
HSL color Cylindrical-coordinate representation of color #3DB1CC: hue angle of 191.33º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DB1CC is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 177 | 204 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.2 |
| HSL | 191.33º | 0.58% | 0.52% | - |
| HSV(B) | 191.33º | 0.7% | 0.8% | - |
| XYZ | 28.55 | 36.8 | 62.72 | - |
| YUV | 145.39 | 161.07 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 204 | 0.70 | 0.13 | 0 | 0.2 | 191.33 | 0.58 | 0.52 |
| Hex | 3D | B1 | CC | 46 | D | 0 | 14 | BF | 3A | 34 |
| Octal | 75 | 261 | 314 | 106 | 15 | 0 | 24 | 277 | 72 | 64 |
| Binary | 111101 | 10110001 | 11001100 | 1000110 | 1101 | 0 | 10100 | 10111111 | 111010 | 110100 |
Color Harmonies of #3DB1CC
Complementary color
Monochromatic Colors of #3DB1CC
Black with #3DB1CC
Text Example
Text Example
White with #3DB1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB1CC; }
p { color: rgb(61,177,204); }
H1.HeaderClassName
{
color: #3DB1CC;
}
.AnyTagClassName
{
color: #3DB1CC;
}
</style>
background-color css
<style>
a { background-color: #3DB1CC; }
a { background-color: rgb(61,177,204); }
div.DivClassName
{
background-color: #3DB1CC;
}
.BgClassName
{
background-color: #3DB1CC;
}
</style>
border-color css
<style>
span { border-color: #3DB1CC; }
span { border-color: rgb(61,177,204); }
td.TdClassName
{
border-color: #3DB1CC;
}
.TagClassName
{
border-color: #3DB1CC;
}
</style>