Shades of Summer Sky #3DB2DB
Tints of Summer Sky #3DB2DB
RGB
CMYK
RGB Variations
Color information
#3DB2DB (or 0x3DB2DB) is known color: Summer Sky. HEX triplet: 3D, B2 and DB. RGB value is (61,178,219). Sum of RGB (Red+Green+Blue) = 61+178+219=458 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.32% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DB2DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DB2DB is #C24D24. Grayscale: #939393. Windows color (decimal): -12733733 or 14398013. OLE color: 14398013.
HSL color Cylindrical-coordinate representation of color #3DB2DB: hue angle of 195.57º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DB2DB is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 178 | 219 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.14 |
| HSL | 195.57º | 0.69% | 0.55% | - |
| HSV(B) | 195.57º | 0.72% | 0.86% | - |
| XYZ | 30.63 | 37.95 | 72.73 | - |
| YUV | 147.69 | 168.24 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 178 | 219 | 0.72 | 0.19 | 0 | 0.14 | 195.57 | 0.69 | 0.55 |
| Hex | 3D | B2 | DB | 48 | 13 | 0 | E | C4 | 45 | 37 |
| Octal | 75 | 262 | 333 | 110 | 23 | 0 | 16 | 304 | 105 | 67 |
| Binary | 111101 | 10110010 | 11011011 | 1001000 | 10011 | 0 | 1110 | 11000100 | 1000101 | 110111 |
Color Harmonies of #3DB2DB
Complementary color
Monochromatic Colors of #3DB2DB
Black with #3DB2DB
Text Example
Text Example
White with #3DB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB2DB; }
p { color: rgb(61,178,219); }
H1.HeaderClassName
{
color: #3DB2DB;
}
.AnyTagClassName
{
color: #3DB2DB;
}
</style>
background-color css
<style>
a { background-color: #3DB2DB; }
a { background-color: rgb(61,178,219); }
div.DivClassName
{
background-color: #3DB2DB;
}
.BgClassName
{
background-color: #3DB2DB;
}
</style>
border-color css
<style>
span { border-color: #3DB2DB; }
span { border-color: rgb(61,178,219); }
td.TdClassName
{
border-color: #3DB2DB;
}
.TagClassName
{
border-color: #3DB2DB;
}
</style>