Shades of Summer Sky #309BD5
Tints of Summer Sky #309BD5
RGB
CMYK
RGB Variations
Color information
#309BD5 (or 0x309BD5) is known color: Summer Sky. HEX triplet: 30, 9B and D5. RGB value is (48,155,213). Sum of RGB (Red+Green+Blue) = 48+155+213=416 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.54% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 213 (83.59% from 255 or 51.20% from 416); Max value from RGB is 213 - color contains mainly: blue. Hex color #309BD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309BD5 is #CF642A. Grayscale: #818181. Windows color (decimal): -13591595 or 13998896. OLE color: 13998896.
HSL color Cylindrical-coordinate representation of color #309BD5: hue angle of 201.09º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #309BD5 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 155 | 213 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.16 |
| HSL | 201.09º | 0.66% | 0.51% | - |
| HSV(B) | 201.09º | 0.77% | 0.84% | - |
| XYZ | 24.95 | 28.88 | 67.21 | - |
| YUV | 129.62 | 175.05 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 155 | 213 | 0.77 | 0.27 | 0 | 0.16 | 201.09 | 0.66 | 0.51 |
| Hex | 30 | 9B | D5 | 4D | 1B | 0 | 10 | C9 | 42 | 33 |
| Octal | 60 | 233 | 325 | 115 | 33 | 0 | 20 | 311 | 102 | 63 |
| Binary | 110000 | 10011011 | 11010101 | 1001101 | 11011 | 0 | 10000 | 11001001 | 1000010 | 110011 |
Color Harmonies of #309BD5
Complementary color
Monochromatic Colors of #309BD5
Black with #309BD5
Text Example
Text Example
White with #309BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309BD5; }
p { color: rgb(48,155,213); }
H1.HeaderClassName
{
color: #309BD5;
}
.AnyTagClassName
{
color: #309BD5;
}
</style>
background-color css
<style>
a { background-color: #309BD5; }
a { background-color: rgb(48,155,213); }
div.DivClassName
{
background-color: #309BD5;
}
.BgClassName
{
background-color: #309BD5;
}
</style>
border-color css
<style>
span { border-color: #309BD5; }
span { border-color: rgb(48,155,213); }
td.TdClassName
{
border-color: #309BD5;
}
.TagClassName
{
border-color: #309BD5;
}
</style>