Shades of Viking #3DBEC9
Tints of Viking #3DBEC9
RGB
CMYK
RGB Variations
Color information
#3DBEC9 (or 0x3DBEC9) is known color: Viking. HEX triplet: 3D, BE and C9. RGB value is (61,190,201). Sum of RGB (Red+Green+Blue) = 61+190+201=452 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.50% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #3DBEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBEC9 is #C24136. Grayscale: #989898. Windows color (decimal): -12730679 or 13221437. OLE color: 13221437.
HSL color Cylindrical-coordinate representation of color #3DBEC9: hue angle of 184.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DBEC9 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 190 | 201 | - |
| CMYK | 0.70 | 0.05 | 0 | 0.21 |
| HSL | 184.71º | 0.56% | 0.51% | - |
| HSV(B) | 184.71º | 0.7% | 0.79% | - |
| XYZ | 30.88 | 42.04 | 61.74 | - |
| YUV | 152.68 | 155.26 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 201 | 0.70 | 0.05 | 0 | 0.21 | 184.71 | 0.56 | 0.51 |
| Hex | 3D | BE | C9 | 46 | 5 | 0 | 15 | B9 | 38 | 33 |
| Octal | 75 | 276 | 311 | 106 | 5 | 0 | 25 | 271 | 70 | 63 |
| Binary | 111101 | 10111110 | 11001001 | 1000110 | 101 | 0 | 10101 | 10111001 | 111000 | 110011 |
Color Harmonies of #3DBEC9
Complementary color
Monochromatic Colors of #3DBEC9
Black with #3DBEC9
Text Example
Text Example
White with #3DBEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBEC9; }
p { color: rgb(61,190,201); }
H1.HeaderClassName
{
color: #3DBEC9;
}
.AnyTagClassName
{
color: #3DBEC9;
}
</style>
background-color css
<style>
a { background-color: #3DBEC9; }
a { background-color: rgb(61,190,201); }
div.DivClassName
{
background-color: #3DBEC9;
}
.BgClassName
{
background-color: #3DBEC9;
}
</style>
border-color css
<style>
span { border-color: #3DBEC9; }
span { border-color: rgb(61,190,201); }
td.TdClassName
{
border-color: #3DBEC9;
}
.TagClassName
{
border-color: #3DBEC9;
}
</style>