Shades of Summer Sky #3A97DD
Tints of Summer Sky #3A97DD
RGB
CMYK
RGB Variations
Color information
#3A97DD (or 0x3A97DD) is known color: Summer Sky. HEX triplet: 3A, 97 and DD. RGB value is (58,151,221). Sum of RGB (Red+Green+Blue) = 58+151+221=430 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.49% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A97DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A97DD is #C56822. Grayscale: #828282. Windows color (decimal): -12937251 or 14522170. OLE color: 14522170.
HSL color Cylindrical-coordinate representation of color #3A97DD: hue angle of 205.77º 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 #3A97DD is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 151 | 221 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.13 |
| HSL | 205.77º | 0.71% | 0.55% | - |
| HSV(B) | 205.77º | 0.74% | 0.87% | - |
| XYZ | 25.86 | 28.25 | 72.5 | - |
| YUV | 131.17 | 178.69 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 151 | 221 | 0.74 | 0.32 | 0 | 0.13 | 205.77 | 0.71 | 0.55 |
| Hex | 3A | 97 | DD | 4A | 20 | 0 | D | CE | 47 | 37 |
| Octal | 72 | 227 | 335 | 112 | 40 | 0 | 15 | 316 | 107 | 67 |
| Binary | 111010 | 10010111 | 11011101 | 1001010 | 100000 | 0 | 1101 | 11001110 | 1000111 | 110111 |
Color Harmonies of #3A97DD
Complementary color
Monochromatic Colors of #3A97DD
Black with #3A97DD
Text Example
Text Example
White with #3A97DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A97DD; }
p { color: rgb(58,151,221); }
H1.HeaderClassName
{
color: #3A97DD;
}
.AnyTagClassName
{
color: #3A97DD;
}
</style>
background-color css
<style>
a { background-color: #3A97DD; }
a { background-color: rgb(58,151,221); }
div.DivClassName
{
background-color: #3A97DD;
}
.BgClassName
{
background-color: #3A97DD;
}
</style>
border-color css
<style>
span { border-color: #3A97DD; }
span { border-color: rgb(58,151,221); }
td.TdClassName
{
border-color: #3A97DD;
}
.TagClassName
{
border-color: #3A97DD;
}
</style>