Shades of Viking #3DBBCC
Tints of Viking #3DBBCC
RGB
CMYK
RGB Variations
Color information
#3DBBCC (or 0x3DBBCC) is known color: Viking. HEX triplet: 3D, BB and CC. RGB value is (61,187,204). Sum of RGB (Red+Green+Blue) = 61+187+204=452 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.50% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #3DBBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBBCC is #C24433. Grayscale: #979797. Windows color (decimal): -12731444 or 13417277. OLE color: 13417277.
HSL color Cylindrical-coordinate representation of color #3DBBCC: hue angle of 187.13º 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 #3DBBCC is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 187 | 204 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.2 |
| HSL | 187.13º | 0.58% | 0.52% | - |
| HSV(B) | 187.13º | 0.7% | 0.8% | - |
| XYZ | 30.59 | 40.89 | 63.41 | - |
| YUV | 151.26 | 157.76 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 204 | 0.70 | 0.08 | 0 | 0.2 | 187.13 | 0.58 | 0.52 |
| Hex | 3D | BB | CC | 46 | 8 | 0 | 14 | BB | 3A | 34 |
| Octal | 75 | 273 | 314 | 106 | 10 | 0 | 24 | 273 | 72 | 64 |
| Binary | 111101 | 10111011 | 11001100 | 1000110 | 1000 | 0 | 10100 | 10111011 | 111010 | 110100 |
Color Harmonies of #3DBBCC
Complementary color
Monochromatic Colors of #3DBBCC
Black with #3DBBCC
Text Example
Text Example
White with #3DBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBBCC; }
p { color: rgb(61,187,204); }
H1.HeaderClassName
{
color: #3DBBCC;
}
.AnyTagClassName
{
color: #3DBBCC;
}
</style>
background-color css
<style>
a { background-color: #3DBBCC; }
a { background-color: rgb(61,187,204); }
div.DivClassName
{
background-color: #3DBBCC;
}
.BgClassName
{
background-color: #3DBBCC;
}
</style>
border-color css
<style>
span { border-color: #3DBBCC; }
span { border-color: rgb(61,187,204); }
td.TdClassName
{
border-color: #3DBBCC;
}
.TagClassName
{
border-color: #3DBBCC;
}
</style>