Shades of Viking #3DBECA
Tints of Viking #3DBECA
RGB
CMYK
RGB Variations
Color information
#3DBECA (or 0x3DBECA) is known color: Viking. HEX triplet: 3D, BE and CA. RGB value is (61,190,202). Sum of RGB (Red+Green+Blue) = 61+190+202=453 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.47% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #3DBECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBECA is #C24135. Grayscale: #989898. Windows color (decimal): -12730678 or 13286973. OLE color: 13286973.
HSL color Cylindrical-coordinate representation of color #3DBECA: hue angle of 185.11º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DBECA is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 190 | 202 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.21 |
| HSL | 185.11º | 0.57% | 0.52% | - |
| HSV(B) | 185.11º | 0.7% | 0.79% | - |
| XYZ | 31 | 42.08 | 62.37 | - |
| YUV | 152.8 | 155.76 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 202 | 0.70 | 0.06 | 0 | 0.21 | 185.11 | 0.57 | 0.52 |
| Hex | 3D | BE | CA | 46 | 6 | 0 | 15 | B9 | 39 | 34 |
| Octal | 75 | 276 | 312 | 106 | 6 | 0 | 25 | 271 | 71 | 64 |
| Binary | 111101 | 10111110 | 11001010 | 1000110 | 110 | 0 | 10101 | 10111001 | 111001 | 110100 |
Color Harmonies of #3DBECA
Complementary color
Monochromatic Colors of #3DBECA
Black with #3DBECA
Text Example
Text Example
White with #3DBECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBECA; }
p { color: rgb(61,190,202); }
H1.HeaderClassName
{
color: #3DBECA;
}
.AnyTagClassName
{
color: #3DBECA;
}
</style>
background-color css
<style>
a { background-color: #3DBECA; }
a { background-color: rgb(61,190,202); }
div.DivClassName
{
background-color: #3DBECA;
}
.BgClassName
{
background-color: #3DBECA;
}
</style>
border-color css
<style>
span { border-color: #3DBECA; }
span { border-color: rgb(61,190,202); }
td.TdClassName
{
border-color: #3DBECA;
}
.TagClassName
{
border-color: #3DBECA;
}
</style>