Shades of Summer Sky #3A99DC
Tints of Summer Sky #3A99DC
RGB
CMYK
RGB Variations
Color information
#3A99DC (or 0x3A99DC) is known color: Summer Sky. HEX triplet: 3A, 99 and DC. RGB value is (58,153,220). Sum of RGB (Red+Green+Blue) = 58+153+220=431 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.46% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A99DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A99DC is #C56623. Grayscale: #838383. Windows color (decimal): -12936740 or 14457146. OLE color: 14457146.
HSL color Cylindrical-coordinate representation of color #3A99DC: hue angle of 204.81º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A99DC is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 153 | 220 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.14 |
| HSL | 204.81º | 0.7% | 0.55% | - |
| HSV(B) | 204.81º | 0.74% | 0.86% | - |
| XYZ | 26.05 | 28.85 | 71.91 | - |
| YUV | 132.23 | 177.53 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 153 | 220 | 0.74 | 0.30 | 0 | 0.14 | 204.81 | 0.7 | 0.55 |
| Hex | 3A | 99 | DC | 4A | 1E | 0 | E | CD | 46 | 37 |
| Octal | 72 | 231 | 334 | 112 | 36 | 0 | 16 | 315 | 106 | 67 |
| Binary | 111010 | 10011001 | 11011100 | 1001010 | 11110 | 0 | 1110 | 11001101 | 1000110 | 110111 |
Color Harmonies of #3A99DC
Complementary color
Monochromatic Colors of #3A99DC
Black with #3A99DC
Text Example
Text Example
White with #3A99DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A99DC; }
p { color: rgb(58,153,220); }
H1.HeaderClassName
{
color: #3A99DC;
}
.AnyTagClassName
{
color: #3A99DC;
}
</style>
background-color css
<style>
a { background-color: #3A99DC; }
a { background-color: rgb(58,153,220); }
div.DivClassName
{
background-color: #3A99DC;
}
.BgClassName
{
background-color: #3A99DC;
}
</style>
border-color css
<style>
span { border-color: #3A99DC; }
span { border-color: rgb(58,153,220); }
td.TdClassName
{
border-color: #3A99DC;
}
.TagClassName
{
border-color: #3A99DC;
}
</style>