Shades of Viking #3DBECC
Tints of Viking #3DBECC
RGB
CMYK
RGB Variations
Color information
#3DBECC (or 0x3DBECC) is known color: Viking. HEX triplet: 3D, BE and CC. RGB value is (61,190,204). Sum of RGB (Red+Green+Blue) = 61+190+204=455 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.41% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #3DBECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBECC is #C24133. Grayscale: #989898. Windows color (decimal): -12730676 or 13418045. OLE color: 13418045.
HSL color Cylindrical-coordinate representation of color #3DBECC: hue angle of 185.87º 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 #3DBECC is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 190 | 204 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.2 |
| HSL | 185.87º | 0.58% | 0.52% | - |
| HSV(B) | 185.87º | 0.7% | 0.8% | - |
| XYZ | 31.24 | 42.18 | 63.62 | - |
| YUV | 153.03 | 156.76 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 204 | 0.70 | 0.07 | 0 | 0.2 | 185.87 | 0.58 | 0.52 |
| Hex | 3D | BE | CC | 46 | 7 | 0 | 14 | BA | 3A | 34 |
| Octal | 75 | 276 | 314 | 106 | 7 | 0 | 24 | 272 | 72 | 64 |
| Binary | 111101 | 10111110 | 11001100 | 1000110 | 111 | 0 | 10100 | 10111010 | 111010 | 110100 |
Color Harmonies of #3DBECC
Complementary color
Monochromatic Colors of #3DBECC
Black with #3DBECC
Text Example
Text Example
White with #3DBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBECC; }
p { color: rgb(61,190,204); }
H1.HeaderClassName
{
color: #3DBECC;
}
.AnyTagClassName
{
color: #3DBECC;
}
</style>
background-color css
<style>
a { background-color: #3DBECC; }
a { background-color: rgb(61,190,204); }
div.DivClassName
{
background-color: #3DBECC;
}
.BgClassName
{
background-color: #3DBECC;
}
</style>
border-color css
<style>
span { border-color: #3DBECC; }
span { border-color: rgb(61,190,204); }
td.TdClassName
{
border-color: #3DBECC;
}
.TagClassName
{
border-color: #3DBECC;
}
</style>