Shades of Summer Sky #3DA5DB
Tints of Summer Sky #3DA5DB
RGB
CMYK
RGB Variations
Color information
#3DA5DB (or 0x3DA5DB) is known color: Summer Sky. HEX triplet: 3D, A5 and DB. RGB value is (61,165,219). Sum of RGB (Red+Green+Blue) = 61+165+219=445 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.71% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DA5DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA5DB is #C25A24. Grayscale: #8B8B8B. Windows color (decimal): -12737061 or 14394685. OLE color: 14394685.
HSL color Cylindrical-coordinate representation of color #3DA5DB: hue angle of 200.51º 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 #3DA5DB is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 165 | 219 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.14 |
| HSL | 200.51º | 0.69% | 0.55% | - |
| HSV(B) | 200.51º | 0.72% | 0.86% | - |
| XYZ | 28.17 | 33.02 | 71.91 | - |
| YUV | 140.06 | 172.54 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 165 | 219 | 0.72 | 0.25 | 0 | 0.14 | 200.51 | 0.69 | 0.55 |
| Hex | 3D | A5 | DB | 48 | 19 | 0 | E | C9 | 45 | 37 |
| Octal | 75 | 245 | 333 | 110 | 31 | 0 | 16 | 311 | 105 | 67 |
| Binary | 111101 | 10100101 | 11011011 | 1001000 | 11001 | 0 | 1110 | 11001001 | 1000101 | 110111 |
Color Harmonies of #3DA5DB
Complementary color
Monochromatic Colors of #3DA5DB
Black with #3DA5DB
Text Example
Text Example
White with #3DA5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA5DB; }
p { color: rgb(61,165,219); }
H1.HeaderClassName
{
color: #3DA5DB;
}
.AnyTagClassName
{
color: #3DA5DB;
}
</style>
background-color css
<style>
a { background-color: #3DA5DB; }
a { background-color: rgb(61,165,219); }
div.DivClassName
{
background-color: #3DA5DB;
}
.BgClassName
{
background-color: #3DA5DB;
}
</style>
border-color css
<style>
span { border-color: #3DA5DB; }
span { border-color: rgb(61,165,219); }
td.TdClassName
{
border-color: #3DA5DB;
}
.TagClassName
{
border-color: #3DA5DB;
}
</style>