Shades of Viking #3DBECB
Tints of Viking #3DBECB
RGB
CMYK
RGB Variations
Color information
#3DBECB (or 0x3DBECB) is known color: Viking. HEX triplet: 3D, BE and CB. RGB value is (61,190,203). Sum of RGB (Red+Green+Blue) = 61+190+203=454 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.44% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #3DBECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBECB is #C24134. Grayscale: #989898. Windows color (decimal): -12730677 or 13352509. OLE color: 13352509.
HSL color Cylindrical-coordinate representation of color #3DBECB: hue angle of 185.49º 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 #3DBECB is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 190 | 203 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.20 |
| HSL | 185.49º | 0.58% | 0.52% | - |
| HSV(B) | 185.49º | 0.7% | 0.8% | - |
| XYZ | 31.12 | 42.13 | 62.99 | - |
| YUV | 152.91 | 156.26 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 203 | 0.70 | 0.06 | 0 | 0.20 | 185.49 | 0.58 | 0.52 |
| Hex | 3D | BE | CB | 46 | 6 | 0 | 14 | B9 | 3A | 34 |
| Octal | 75 | 276 | 313 | 106 | 6 | 0 | 24 | 271 | 72 | 64 |
| Binary | 111101 | 10111110 | 11001011 | 1000110 | 110 | 0 | 10100 | 10111001 | 111010 | 110100 |
Color Harmonies of #3DBECB
Complementary color
Monochromatic Colors of #3DBECB
Black with #3DBECB
Text Example
Text Example
White with #3DBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBECB; }
p { color: rgb(61,190,203); }
H1.HeaderClassName
{
color: #3DBECB;
}
.AnyTagClassName
{
color: #3DBECB;
}
</style>
background-color css
<style>
a { background-color: #3DBECB; }
a { background-color: rgb(61,190,203); }
div.DivClassName
{
background-color: #3DBECB;
}
.BgClassName
{
background-color: #3DBECB;
}
</style>
border-color css
<style>
span { border-color: #3DBECB; }
span { border-color: rgb(61,190,203); }
td.TdClassName
{
border-color: #3DBECB;
}
.TagClassName
{
border-color: #3DBECB;
}
</style>