Shades of Viking #3DB8CB
Tints of Viking #3DB8CB
RGB
CMYK
RGB Variations
Color information
#3DB8CB (or 0x3DB8CB) is known color: Viking. HEX triplet: 3D, B8 and CB. RGB value is (61,184,203). Sum of RGB (Red+Green+Blue) = 61+184+203=448 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.62% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #3DB8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB8CB is #C24734. Grayscale: #959595. Windows color (decimal): -12732213 or 13350973. OLE color: 13350973.
HSL color Cylindrical-coordinate representation of color #3DB8CB: hue angle of 188.03º 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 #3DB8CB is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 184 | 203 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.20 |
| HSL | 188.03º | 0.58% | 0.52% | - |
| HSV(B) | 188.03º | 0.7% | 0.8% | - |
| XYZ | 29.84 | 39.58 | 62.57 | - |
| YUV | 149.39 | 158.25 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 184 | 203 | 0.70 | 0.09 | 0 | 0.20 | 188.03 | 0.58 | 0.52 |
| Hex | 3D | B8 | CB | 46 | 9 | 0 | 14 | BC | 3A | 34 |
| Octal | 75 | 270 | 313 | 106 | 11 | 0 | 24 | 274 | 72 | 64 |
| Binary | 111101 | 10111000 | 11001011 | 1000110 | 1001 | 0 | 10100 | 10111100 | 111010 | 110100 |
Color Harmonies of #3DB8CB
Complementary color
Monochromatic Colors of #3DB8CB
Black with #3DB8CB
Text Example
Text Example
White with #3DB8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB8CB; }
p { color: rgb(61,184,203); }
H1.HeaderClassName
{
color: #3DB8CB;
}
.AnyTagClassName
{
color: #3DB8CB;
}
</style>
background-color css
<style>
a { background-color: #3DB8CB; }
a { background-color: rgb(61,184,203); }
div.DivClassName
{
background-color: #3DB8CB;
}
.BgClassName
{
background-color: #3DB8CB;
}
</style>
border-color css
<style>
span { border-color: #3DB8CB; }
span { border-color: rgb(61,184,203); }
td.TdClassName
{
border-color: #3DB8CB;
}
.TagClassName
{
border-color: #3DB8CB;
}
</style>