Shades of Summer Sky #3D99DB
Tints of Summer Sky #3D99DB
RGB
CMYK
RGB Variations
Color information
#3D99DB (or 0x3D99DB) is known color: Summer Sky. HEX triplet: 3D, 99 and DB. RGB value is (61,153,219). Sum of RGB (Red+Green+Blue) = 61+153+219=433 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.09% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D99DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D99DB is #C26624. Grayscale: #848484. Windows color (decimal): -12740133 or 14391613. OLE color: 14391613.
HSL color Cylindrical-coordinate representation of color #3D99DB: hue angle of 205.06º 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 #3D99DB is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 153 | 219 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.14 |
| HSL | 205.06º | 0.69% | 0.55% | - |
| HSV(B) | 205.06º | 0.72% | 0.86% | - |
| XYZ | 26.1 | 28.89 | 71.22 | - |
| YUV | 133.02 | 176.52 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 153 | 219 | 0.72 | 0.30 | 0 | 0.14 | 205.06 | 0.69 | 0.55 |
| Hex | 3D | 99 | DB | 48 | 1E | 0 | E | CD | 45 | 37 |
| Octal | 75 | 231 | 333 | 110 | 36 | 0 | 16 | 315 | 105 | 67 |
| Binary | 111101 | 10011001 | 11011011 | 1001000 | 11110 | 0 | 1110 | 11001101 | 1000101 | 110111 |
Color Harmonies of #3D99DB
Complementary color
Monochromatic Colors of #3D99DB
Black with #3D99DB
Text Example
Text Example
White with #3D99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D99DB; }
p { color: rgb(61,153,219); }
H1.HeaderClassName
{
color: #3D99DB;
}
.AnyTagClassName
{
color: #3D99DB;
}
</style>
background-color css
<style>
a { background-color: #3D99DB; }
a { background-color: rgb(61,153,219); }
div.DivClassName
{
background-color: #3D99DB;
}
.BgClassName
{
background-color: #3D99DB;
}
</style>
border-color css
<style>
span { border-color: #3D99DB; }
span { border-color: rgb(61,153,219); }
td.TdClassName
{
border-color: #3D99DB;
}
.TagClassName
{
border-color: #3D99DB;
}
</style>