Shades of Summer Sky #3A96DF
Tints of Summer Sky #3A96DF
RGB
CMYK
RGB Variations
Color information
#3A96DF (or 0x3A96DF) is known color: Summer Sky. HEX triplet: 3A, 96 and DF. RGB value is (58,150,223). Sum of RGB (Red+Green+Blue) = 58+150+223=431 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.46% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A96DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A96DF is #C56920. Grayscale: #828282. Windows color (decimal): -12937505 or 14652986. OLE color: 14652986.
HSL color Cylindrical-coordinate representation of color #3A96DF: hue angle of 206.55º degrees, saturation: 0.72, 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 #3A96DF is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 150 | 223 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.13 |
| HSL | 206.55º | 0.72% | 0.55% | - |
| HSV(B) | 206.55º | 0.74% | 0.87% | - |
| XYZ | 25.97 | 28.04 | 73.86 | - |
| YUV | 130.81 | 180.02 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 150 | 223 | 0.74 | 0.33 | 0 | 0.13 | 206.55 | 0.72 | 0.55 |
| Hex | 3A | 96 | DF | 4A | 21 | 0 | D | CF | 48 | 37 |
| Octal | 72 | 226 | 337 | 112 | 41 | 0 | 15 | 317 | 110 | 67 |
| Binary | 111010 | 10010110 | 11011111 | 1001010 | 100001 | 0 | 1101 | 11001111 | 1001000 | 110111 |
Color Harmonies of #3A96DF
Complementary color
Monochromatic Colors of #3A96DF
Black with #3A96DF
Text Example
Text Example
White with #3A96DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A96DF; }
p { color: rgb(58,150,223); }
H1.HeaderClassName
{
color: #3A96DF;
}
.AnyTagClassName
{
color: #3A96DF;
}
</style>
background-color css
<style>
a { background-color: #3A96DF; }
a { background-color: rgb(58,150,223); }
div.DivClassName
{
background-color: #3A96DF;
}
.BgClassName
{
background-color: #3A96DF;
}
</style>
border-color css
<style>
span { border-color: #3A96DF; }
span { border-color: rgb(58,150,223); }
td.TdClassName
{
border-color: #3A96DF;
}
.TagClassName
{
border-color: #3A96DF;
}
</style>