Shades of Summer Sky #3099DA
Tints of Summer Sky #3099DA
RGB
CMYK
RGB Variations
Color information
#3099DA (or 0x3099DA) is known color: Summer Sky. HEX triplet: 30, 99 and DA. RGB value is (48,153,218). Sum of RGB (Red+Green+Blue) = 48+153+218=419 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.46% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #3099DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3099DA is #CF6625. Grayscale: #808080. Windows color (decimal): -13592102 or 14326064. OLE color: 14326064.
HSL color Cylindrical-coordinate representation of color #3099DA: hue angle of 202.94º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3099DA is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 153 | 218 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.15 |
| HSL | 202.94º | 0.7% | 0.52% | - |
| HSV(B) | 202.94º | 0.78% | 0.85% | - |
| XYZ | 25.27 | 28.47 | 70.49 | - |
| YUV | 129.02 | 178.21 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 218 | 0.78 | 0.30 | 0 | 0.15 | 202.94 | 0.7 | 0.52 |
| Hex | 30 | 99 | DA | 4E | 1E | 0 | F | CB | 46 | 34 |
| Octal | 60 | 231 | 332 | 116 | 36 | 0 | 17 | 313 | 106 | 64 |
| Binary | 110000 | 10011001 | 11011010 | 1001110 | 11110 | 0 | 1111 | 11001011 | 1000110 | 110100 |
Color Harmonies of #3099DA
Complementary color
Monochromatic Colors of #3099DA
Black with #3099DA
Text Example
Text Example
White with #3099DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3099DA; }
p { color: rgb(48,153,218); }
H1.HeaderClassName
{
color: #3099DA;
}
.AnyTagClassName
{
color: #3099DA;
}
</style>
background-color css
<style>
a { background-color: #3099DA; }
a { background-color: rgb(48,153,218); }
div.DivClassName
{
background-color: #3099DA;
}
.BgClassName
{
background-color: #3099DA;
}
</style>
border-color css
<style>
span { border-color: #3099DA; }
span { border-color: rgb(48,153,218); }
td.TdClassName
{
border-color: #3099DA;
}
.TagClassName
{
border-color: #3099DA;
}
</style>