Shades of Summer Sky #309DD4
Tints of Summer Sky #309DD4
RGB
CMYK
RGB Variations
Color information
#309DD4 (or 0x309DD4) is known color: Summer Sky. HEX triplet: 30, 9D and D4. RGB value is (48,157,212). Sum of RGB (Red+Green+Blue) = 48+157+212=417 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.51% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 212 (83.20% from 255 or 50.84% from 417); Max value from RGB is 212 - color contains mainly: blue. Hex color #309DD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309DD4 is #CF622B. Grayscale: #828282. Windows color (decimal): -13591084 or 13933872. OLE color: 13933872.
HSL color Cylindrical-coordinate representation of color #309DD4: hue angle of 200.12º 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 #309DD4 is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 157 | 212 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.17 |
| HSL | 200.12º | 0.66% | 0.51% | - |
| HSV(B) | 200.12º | 0.77% | 0.83% | - |
| XYZ | 25.16 | 29.5 | 66.65 | - |
| YUV | 130.68 | 173.89 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 157 | 212 | 0.77 | 0.26 | 0 | 0.17 | 200.12 | 0.66 | 0.51 |
| Hex | 30 | 9D | D4 | 4D | 1A | 0 | 11 | C8 | 42 | 33 |
| Octal | 60 | 235 | 324 | 115 | 32 | 0 | 21 | 310 | 102 | 63 |
| Binary | 110000 | 10011101 | 11010100 | 1001101 | 11010 | 0 | 10001 | 11001000 | 1000010 | 110011 |
Color Harmonies of #309DD4
Complementary color
Monochromatic Colors of #309DD4
Black with #309DD4
Text Example
Text Example
White with #309DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309DD4; }
p { color: rgb(48,157,212); }
H1.HeaderClassName
{
color: #309DD4;
}
.AnyTagClassName
{
color: #309DD4;
}
</style>
background-color css
<style>
a { background-color: #309DD4; }
a { background-color: rgb(48,157,212); }
div.DivClassName
{
background-color: #309DD4;
}
.BgClassName
{
background-color: #309DD4;
}
</style>
border-color css
<style>
span { border-color: #309DD4; }
span { border-color: rgb(48,157,212); }
td.TdClassName
{
border-color: #309DD4;
}
.TagClassName
{
border-color: #309DD4;
}
</style>