Shades of Summer Sky #309AD4
Tints of Summer Sky #309AD4
RGB
CMYK
RGB Variations
Color information
#309AD4 (or 0x309AD4) is known color: Summer Sky. HEX triplet: 30, 9A and D4. RGB value is (48,154,212). Sum of RGB (Red+Green+Blue) = 48+154+212=414 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.59% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 212 (83.20% from 255 or 51.21% from 414); Max value from RGB is 212 - color contains mainly: blue. Hex color #309AD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309AD4 is #CF652B. Grayscale: #808080. Windows color (decimal): -13591852 or 13933104. OLE color: 13933104.
HSL color Cylindrical-coordinate representation of color #309AD4: hue angle of 201.22º 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 #309AD4 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 154 | 212 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.17 |
| HSL | 201.22º | 0.66% | 0.51% | - |
| HSV(B) | 201.22º | 0.77% | 0.83% | - |
| XYZ | 24.66 | 28.49 | 66.49 | - |
| YUV | 128.92 | 174.88 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 154 | 212 | 0.77 | 0.27 | 0 | 0.17 | 201.22 | 0.66 | 0.51 |
| Hex | 30 | 9A | D4 | 4D | 1B | 0 | 11 | C9 | 42 | 33 |
| Octal | 60 | 232 | 324 | 115 | 33 | 0 | 21 | 311 | 102 | 63 |
| Binary | 110000 | 10011010 | 11010100 | 1001101 | 11011 | 0 | 10001 | 11001001 | 1000010 | 110011 |
Color Harmonies of #309AD4
Complementary color
Monochromatic Colors of #309AD4
Black with #309AD4
Text Example
Text Example
White with #309AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309AD4; }
p { color: rgb(48,154,212); }
H1.HeaderClassName
{
color: #309AD4;
}
.AnyTagClassName
{
color: #309AD4;
}
</style>
background-color css
<style>
a { background-color: #309AD4; }
a { background-color: rgb(48,154,212); }
div.DivClassName
{
background-color: #309AD4;
}
.BgClassName
{
background-color: #309AD4;
}
</style>
border-color css
<style>
span { border-color: #309AD4; }
span { border-color: rgb(48,154,212); }
td.TdClassName
{
border-color: #309AD4;
}
.TagClassName
{
border-color: #309AD4;
}
</style>