Shades of Viking #3DB5CB
Tints of Viking #3DB5CB
RGB
CMYK
RGB Variations
Color information
#3DB5CB (or 0x3DB5CB) is known color: Viking. HEX triplet: 3D, B5 and CB. RGB value is (61,181,203). Sum of RGB (Red+Green+Blue) = 61+181+203=445 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.71% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #3DB5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB5CB is #C24A34. Grayscale: #939393. Windows color (decimal): -12732981 or 13350205. OLE color: 13350205.
HSL color Cylindrical-coordinate representation of color #3DB5CB: hue angle of 189.3º 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 #3DB5CB is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 181 | 203 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.20 |
| HSL | 189.3º | 0.58% | 0.52% | - |
| HSV(B) | 189.3º | 0.7% | 0.8% | - |
| XYZ | 29.23 | 38.35 | 62.36 | - |
| YUV | 147.63 | 159.24 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 203 | 0.70 | 0.11 | 0 | 0.20 | 189.3 | 0.58 | 0.52 |
| Hex | 3D | B5 | CB | 46 | B | 0 | 14 | BD | 3A | 34 |
| Octal | 75 | 265 | 313 | 106 | 13 | 0 | 24 | 275 | 72 | 64 |
| Binary | 111101 | 10110101 | 11001011 | 1000110 | 1011 | 0 | 10100 | 10111101 | 111010 | 110100 |
Color Harmonies of #3DB5CB
Complementary color
Monochromatic Colors of #3DB5CB
Black with #3DB5CB
Text Example
Text Example
White with #3DB5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB5CB; }
p { color: rgb(61,181,203); }
H1.HeaderClassName
{
color: #3DB5CB;
}
.AnyTagClassName
{
color: #3DB5CB;
}
</style>
background-color css
<style>
a { background-color: #3DB5CB; }
a { background-color: rgb(61,181,203); }
div.DivClassName
{
background-color: #3DB5CB;
}
.BgClassName
{
background-color: #3DB5CB;
}
</style>
border-color css
<style>
span { border-color: #3DB5CB; }
span { border-color: rgb(61,181,203); }
td.TdClassName
{
border-color: #3DB5CB;
}
.TagClassName
{
border-color: #3DB5CB;
}
</style>