Shades of Viking #3DBEC8
Tints of Viking #3DBEC8
RGB
CMYK
RGB Variations
Color information
#3DBEC8 (or 0x3DBEC8) is known color: Viking. HEX triplet: 3D, BE and C8. RGB value is (61,190,200). Sum of RGB (Red+Green+Blue) = 61+190+200=451 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.53% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 200 - color contains mainly: blue. Hex color #3DBEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBEC8 is #C24137. Grayscale: #989898. Windows color (decimal): -12730680 or 13155901. OLE color: 13155901.
HSL color Cylindrical-coordinate representation of color #3DBEC8: hue angle of 184.32º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DBEC8 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 190 | 200 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.22 |
| HSL | 184.32º | 0.56% | 0.51% | - |
| HSV(B) | 184.32º | 0.7% | 0.78% | - |
| XYZ | 30.76 | 41.99 | 61.13 | - |
| YUV | 152.57 | 154.76 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 200 | 0.69 | 0.05 | 0 | 0.22 | 184.32 | 0.56 | 0.51 |
| Hex | 3D | BE | C8 | 45 | 5 | 0 | 16 | B8 | 38 | 33 |
| Octal | 75 | 276 | 310 | 105 | 5 | 0 | 26 | 270 | 70 | 63 |
| Binary | 111101 | 10111110 | 11001000 | 1000101 | 101 | 0 | 10110 | 10111000 | 111000 | 110011 |
Color Harmonies of #3DBEC8
Complementary color
Monochromatic Colors of #3DBEC8
Black with #3DBEC8
Text Example
Text Example
White with #3DBEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBEC8; }
p { color: rgb(61,190,200); }
H1.HeaderClassName
{
color: #3DBEC8;
}
.AnyTagClassName
{
color: #3DBEC8;
}
</style>
background-color css
<style>
a { background-color: #3DBEC8; }
a { background-color: rgb(61,190,200); }
div.DivClassName
{
background-color: #3DBEC8;
}
.BgClassName
{
background-color: #3DBEC8;
}
</style>
border-color css
<style>
span { border-color: #3DBEC8; }
span { border-color: rgb(61,190,200); }
td.TdClassName
{
border-color: #3DBEC8;
}
.TagClassName
{
border-color: #3DBEC8;
}
</style>