Shades of Summer Sky #3A99CE
Tints of Summer Sky #3A99CE
RGB
CMYK
RGB Variations
Color information
#3A99CE (or 0x3A99CE) is known color: Summer Sky. HEX triplet: 3A, 99 and CE. RGB value is (58,153,206). Sum of RGB (Red+Green+Blue) = 58+153+206=417 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.91% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A99CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A99CE is #C56631. Grayscale: #828282. Windows color (decimal): -12936754 or 13539642. OLE color: 13539642.
HSL color Cylindrical-coordinate representation of color #3A99CE: hue angle of 201.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A99CE is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 153 | 206 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.19 |
| HSL | 201.49º | 0.6% | 0.52% | - |
| HSV(B) | 201.49º | 0.72% | 0.81% | - |
| XYZ | 24.28 | 28.14 | 62.54 | - |
| YUV | 130.64 | 170.53 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 153 | 206 | 0.72 | 0.26 | 0 | 0.19 | 201.49 | 0.6 | 0.52 |
| Hex | 3A | 99 | CE | 48 | 1A | 0 | 13 | C9 | 3C | 34 |
| Octal | 72 | 231 | 316 | 110 | 32 | 0 | 23 | 311 | 74 | 64 |
| Binary | 111010 | 10011001 | 11001110 | 1001000 | 11010 | 0 | 10011 | 11001001 | 111100 | 110100 |
Color Harmonies of #3A99CE
Complementary color
Monochromatic Colors of #3A99CE
Black with #3A99CE
Text Example
Text Example
White with #3A99CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A99CE; }
p { color: rgb(58,153,206); }
H1.HeaderClassName
{
color: #3A99CE;
}
.AnyTagClassName
{
color: #3A99CE;
}
</style>
background-color css
<style>
a { background-color: #3A99CE; }
a { background-color: rgb(58,153,206); }
div.DivClassName
{
background-color: #3A99CE;
}
.BgClassName
{
background-color: #3A99CE;
}
</style>
border-color css
<style>
span { border-color: #3A99CE; }
span { border-color: rgb(58,153,206); }
td.TdClassName
{
border-color: #3A99CE;
}
.TagClassName
{
border-color: #3A99CE;
}
</style>