Shades of Summer Sky #309FCD
Tints of Summer Sky #309FCD
RGB
CMYK
RGB Variations
Color information
#309FCD (or 0x309FCD) is known color: Summer Sky. HEX triplet: 30, 9F and CD. RGB value is (48,159,205). Sum of RGB (Red+Green+Blue) = 48+159+205=412 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.65% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #309FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309FCD is #CF6032. Grayscale: #828282. Windows color (decimal): -13590579 or 13475632. OLE color: 13475632.
HSL color Cylindrical-coordinate representation of color #309FCD: hue angle of 197.58º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #309FCD is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 159 | 205 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.20 |
| HSL | 197.58º | 0.62% | 0.5% | - |
| HSV(B) | 197.58º | 0.77% | 0.8% | - |
| XYZ | 24.64 | 29.83 | 62.22 | - |
| YUV | 131.06 | 169.73 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 159 | 205 | 0.77 | 0.22 | 0 | 0.20 | 197.58 | 0.62 | 0.5 |
| Hex | 30 | 9F | CD | 4D | 16 | 0 | 14 | C6 | 3E | 32 |
| Octal | 60 | 237 | 315 | 115 | 26 | 0 | 24 | 306 | 76 | 62 |
| Binary | 110000 | 10011111 | 11001101 | 1001101 | 10110 | 0 | 10100 | 11000110 | 111110 | 110010 |
Color Harmonies of #309FCD
Complementary color
Monochromatic Colors of #309FCD
Black with #309FCD
Text Example
Text Example
White with #309FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309FCD; }
p { color: rgb(48,159,205); }
H1.HeaderClassName
{
color: #309FCD;
}
.AnyTagClassName
{
color: #309FCD;
}
</style>
background-color css
<style>
a { background-color: #309FCD; }
a { background-color: rgb(48,159,205); }
div.DivClassName
{
background-color: #309FCD;
}
.BgClassName
{
background-color: #309FCD;
}
</style>
border-color css
<style>
span { border-color: #309FCD; }
span { border-color: rgb(48,159,205); }
td.TdClassName
{
border-color: #309FCD;
}
.TagClassName
{
border-color: #309FCD;
}
</style>