Shades of Summer Sky #309BD0
Tints of Summer Sky #309BD0
RGB
CMYK
RGB Variations
Color information
#309BD0 (or 0x309BD0) is known color: Summer Sky. HEX triplet: 30, 9B and D0. RGB value is (48,155,208). Sum of RGB (Red+Green+Blue) = 48+155+208=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #309BD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309BD0 is #CF642F. Grayscale: #808080. Windows color (decimal): -13591600 or 13671216. OLE color: 13671216.
HSL color Cylindrical-coordinate representation of color #309BD0: hue angle of 199.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #309BD0 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 155 | 208 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.18 |
| HSL | 199.88º | 0.63% | 0.5% | - |
| HSV(B) | 199.88º | 0.77% | 0.82% | - |
| XYZ | 24.33 | 28.63 | 63.92 | - |
| YUV | 129.05 | 172.55 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 155 | 208 | 0.77 | 0.25 | 0 | 0.18 | 199.88 | 0.63 | 0.5 |
| Hex | 30 | 9B | D0 | 4D | 19 | 0 | 12 | C8 | 3F | 32 |
| Octal | 60 | 233 | 320 | 115 | 31 | 0 | 22 | 310 | 77 | 62 |
| Binary | 110000 | 10011011 | 11010000 | 1001101 | 11001 | 0 | 10010 | 11001000 | 111111 | 110010 |
Color Harmonies of #309BD0
Complementary color
Monochromatic Colors of #309BD0
Black with #309BD0
Text Example
Text Example
White with #309BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309BD0; }
p { color: rgb(48,155,208); }
H1.HeaderClassName
{
color: #309BD0;
}
.AnyTagClassName
{
color: #309BD0;
}
</style>
background-color css
<style>
a { background-color: #309BD0; }
a { background-color: rgb(48,155,208); }
div.DivClassName
{
background-color: #309BD0;
}
.BgClassName
{
background-color: #309BD0;
}
</style>
border-color css
<style>
span { border-color: #309BD0; }
span { border-color: rgb(48,155,208); }
td.TdClassName
{
border-color: #309BD0;
}
.TagClassName
{
border-color: #309BD0;
}
</style>