Shades of Summer Sky #3D95DF
Tints of Summer Sky #3D95DF
RGB
CMYK
RGB Variations
Color information
#3D95DF (or 0x3D95DF) is known color: Summer Sky. HEX triplet: 3D, 95 and DF. RGB value is (61,149,223). Sum of RGB (Red+Green+Blue) = 61+149+223=433 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.09% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D95DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D95DF is #C26A20. Grayscale: #828282. Windows color (decimal): -12741153 or 14652733. OLE color: 14652733.
HSL color Cylindrical-coordinate representation of color #3D95DF: hue angle of 207.41º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D95DF is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 149 | 223 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.13 |
| HSL | 207.41º | 0.72% | 0.56% | - |
| HSV(B) | 207.41º | 0.73% | 0.87% | - |
| XYZ | 25.99 | 27.81 | 73.81 | - |
| YUV | 131.12 | 179.85 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 149 | 223 | 0.73 | 0.33 | 0 | 0.13 | 207.41 | 0.72 | 0.56 |
| Hex | 3D | 95 | DF | 49 | 21 | 0 | D | CF | 48 | 38 |
| Octal | 75 | 225 | 337 | 111 | 41 | 0 | 15 | 317 | 110 | 70 |
| Binary | 111101 | 10010101 | 11011111 | 1001001 | 100001 | 0 | 1101 | 11001111 | 1001000 | 111000 |
Color Harmonies of #3D95DF
Complementary color
Monochromatic Colors of #3D95DF
Black with #3D95DF
Text Example
Text Example
White with #3D95DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D95DF; }
p { color: rgb(61,149,223); }
H1.HeaderClassName
{
color: #3D95DF;
}
.AnyTagClassName
{
color: #3D95DF;
}
</style>
background-color css
<style>
a { background-color: #3D95DF; }
a { background-color: rgb(61,149,223); }
div.DivClassName
{
background-color: #3D95DF;
}
.BgClassName
{
background-color: #3D95DF;
}
</style>
border-color css
<style>
span { border-color: #3D95DF; }
span { border-color: rgb(61,149,223); }
td.TdClassName
{
border-color: #3D95DF;
}
.TagClassName
{
border-color: #3D95DF;
}
</style>