Shades of Summer Sky #309CCC
Tints of Summer Sky #309CCC
RGB
CMYK
RGB Variations
Color information
#309CCC (or 0x309CCC) is known color: Summer Sky. HEX triplet: 30, 9C and CC. RGB value is (48,156,204). Sum of RGB (Red+Green+Blue) = 48+156+204=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #309CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309CCC is #CF6333. Grayscale: #808080. Windows color (decimal): -13591348 or 13409328. OLE color: 13409328.
HSL color Cylindrical-coordinate representation of color #309CCC: hue angle of 198.46º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #309CCC is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 156 | 204 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.2 |
| HSL | 198.46º | 0.62% | 0.49% | - |
| HSV(B) | 198.46º | 0.76% | 0.8% | - |
| XYZ | 24.01 | 28.76 | 61.41 | - |
| YUV | 129.18 | 170.22 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 156 | 204 | 0.76 | 0.24 | 0 | 0.2 | 198.46 | 0.62 | 0.49 |
| Hex | 30 | 9C | CC | 4C | 18 | 0 | 14 | C6 | 3E | 31 |
| Octal | 60 | 234 | 314 | 114 | 30 | 0 | 24 | 306 | 76 | 61 |
| Binary | 110000 | 10011100 | 11001100 | 1001100 | 11000 | 0 | 10100 | 11000110 | 111110 | 110001 |
Color Harmonies of #309CCC
Complementary color
Monochromatic Colors of #309CCC
Black with #309CCC
Text Example
Text Example
White with #309CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309CCC; }
p { color: rgb(48,156,204); }
H1.HeaderClassName
{
color: #309CCC;
}
.AnyTagClassName
{
color: #309CCC;
}
</style>
background-color css
<style>
a { background-color: #309CCC; }
a { background-color: rgb(48,156,204); }
div.DivClassName
{
background-color: #309CCC;
}
.BgClassName
{
background-color: #309CCC;
}
</style>
border-color css
<style>
span { border-color: #309CCC; }
span { border-color: rgb(48,156,204); }
td.TdClassName
{
border-color: #309CCC;
}
.TagClassName
{
border-color: #309CCC;
}
</style>