Shades of Summer Sky #309BD4
Tints of Summer Sky #309BD4
RGB
CMYK
RGB Variations
Color information
#309BD4 (or 0x309BD4) is known color: Summer Sky. HEX triplet: 30, 9B and D4. RGB value is (48,155,212). Sum of RGB (Red+Green+Blue) = 48+155+212=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 212 (83.20% from 255 or 51.08% from 415); Max value from RGB is 212 - color contains mainly: blue. Hex color #309BD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309BD4 is #CF642B. Grayscale: #818181. Windows color (decimal): -13591596 or 13933360. OLE color: 13933360.
HSL color Cylindrical-coordinate representation of color #309BD4: hue angle of 200.85º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #309BD4 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 155 | 212 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.17 |
| HSL | 200.85º | 0.66% | 0.51% | - |
| HSV(B) | 200.85º | 0.77% | 0.83% | - |
| XYZ | 24.82 | 28.82 | 66.54 | - |
| YUV | 129.51 | 174.55 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 155 | 212 | 0.77 | 0.27 | 0 | 0.17 | 200.85 | 0.66 | 0.51 |
| Hex | 30 | 9B | D4 | 4D | 1B | 0 | 11 | C9 | 42 | 33 |
| Octal | 60 | 233 | 324 | 115 | 33 | 0 | 21 | 311 | 102 | 63 |
| Binary | 110000 | 10011011 | 11010100 | 1001101 | 11011 | 0 | 10001 | 11001001 | 1000010 | 110011 |
Color Harmonies of #309BD4
Complementary color
Monochromatic Colors of #309BD4
Black with #309BD4
Text Example
Text Example
White with #309BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309BD4; }
p { color: rgb(48,155,212); }
H1.HeaderClassName
{
color: #309BD4;
}
.AnyTagClassName
{
color: #309BD4;
}
</style>
background-color css
<style>
a { background-color: #309BD4; }
a { background-color: rgb(48,155,212); }
div.DivClassName
{
background-color: #309BD4;
}
.BgClassName
{
background-color: #309BD4;
}
</style>
border-color css
<style>
span { border-color: #309BD4; }
span { border-color: rgb(48,155,212); }
td.TdClassName
{
border-color: #309BD4;
}
.TagClassName
{
border-color: #309BD4;
}
</style>