Shades of Summer Sky #3A95DD
Tints of Summer Sky #3A95DD
RGB
CMYK
RGB Variations
Color information
#3A95DD (or 0x3A95DD) is known color: Summer Sky. HEX triplet: 3A, 95 and DD. RGB value is (58,149,221). Sum of RGB (Red+Green+Blue) = 58+149+221=428 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.55% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A95DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A95DD is #C56A22. Grayscale: #818181. Windows color (decimal): -12937763 or 14521658. OLE color: 14521658.
HSL color Cylindrical-coordinate representation of color #3A95DD: hue angle of 206.5º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A95DD is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 149 | 221 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.13 |
| HSL | 206.5º | 0.71% | 0.55% | - |
| HSV(B) | 206.5º | 0.74% | 0.87% | - |
| XYZ | 25.54 | 27.61 | 72.39 | - |
| YUV | 130 | 179.35 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 149 | 221 | 0.74 | 0.33 | 0 | 0.13 | 206.5 | 0.71 | 0.55 |
| Hex | 3A | 95 | DD | 4A | 21 | 0 | D | CF | 47 | 37 |
| Octal | 72 | 225 | 335 | 112 | 41 | 0 | 15 | 317 | 107 | 67 |
| Binary | 111010 | 10010101 | 11011101 | 1001010 | 100001 | 0 | 1101 | 11001111 | 1000111 | 110111 |
Color Harmonies of #3A95DD
Complementary color
Monochromatic Colors of #3A95DD
Black with #3A95DD
Text Example
Text Example
White with #3A95DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A95DD; }
p { color: rgb(58,149,221); }
H1.HeaderClassName
{
color: #3A95DD;
}
.AnyTagClassName
{
color: #3A95DD;
}
</style>
background-color css
<style>
a { background-color: #3A95DD; }
a { background-color: rgb(58,149,221); }
div.DivClassName
{
background-color: #3A95DD;
}
.BgClassName
{
background-color: #3A95DD;
}
</style>
border-color css
<style>
span { border-color: #3A95DD; }
span { border-color: rgb(58,149,221); }
td.TdClassName
{
border-color: #3A95DD;
}
.TagClassName
{
border-color: #3A95DD;
}
</style>