Shades of Summer Sky #3DA1DB
Tints of Summer Sky #3DA1DB
RGB
CMYK
RGB Variations
Color information
#3DA1DB (or 0x3DA1DB) is known color: Summer Sky. HEX triplet: 3D, A1 and DB. RGB value is (61,161,219). Sum of RGB (Red+Green+Blue) = 61+161+219=441 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.83% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DA1DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA1DB is #C25E24. Grayscale: #898989. Windows color (decimal): -12738085 or 14393661. OLE color: 14393661.
HSL color Cylindrical-coordinate representation of color #3DA1DB: hue angle of 202.03º 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 #3DA1DB is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 161 | 219 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.14 |
| HSL | 202.03º | 0.69% | 0.55% | - |
| HSV(B) | 202.03º | 0.72% | 0.86% | - |
| XYZ | 27.46 | 31.6 | 71.67 | - |
| YUV | 137.71 | 173.87 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 219 | 0.72 | 0.26 | 0 | 0.14 | 202.03 | 0.69 | 0.55 |
| Hex | 3D | A1 | DB | 48 | 1A | 0 | E | CA | 45 | 37 |
| Octal | 75 | 241 | 333 | 110 | 32 | 0 | 16 | 312 | 105 | 67 |
| Binary | 111101 | 10100001 | 11011011 | 1001000 | 11010 | 0 | 1110 | 11001010 | 1000101 | 110111 |
Color Harmonies of #3DA1DB
Complementary color
Monochromatic Colors of #3DA1DB
Black with #3DA1DB
Text Example
Text Example
White with #3DA1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA1DB; }
p { color: rgb(61,161,219); }
H1.HeaderClassName
{
color: #3DA1DB;
}
.AnyTagClassName
{
color: #3DA1DB;
}
</style>
background-color css
<style>
a { background-color: #3DA1DB; }
a { background-color: rgb(61,161,219); }
div.DivClassName
{
background-color: #3DA1DB;
}
.BgClassName
{
background-color: #3DA1DB;
}
</style>
border-color css
<style>
span { border-color: #3DA1DB; }
span { border-color: rgb(61,161,219); }
td.TdClassName
{
border-color: #3DA1DB;
}
.TagClassName
{
border-color: #3DA1DB;
}
</style>