#309DCD

Color #309DCD Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #309DCD

Tints of Summer Sky #309DCD

Color information

#309DCD (or 0x309DCD) is unknown color: approx Summer Sky. HEX triplet: 30, 9D and CD. RGB value is (48,157,205). Sum of RGB (Red+Green+Blue) = 48+157+205=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #309DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309DCD is #CF6232. Grayscale: #818181. Windows color (decimal): -13591091 or 13475120. OLE color: 13475120.

HSL color Cylindrical-coordinate representation of color #309DCD: hue angle of 198.34º 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 #309DCD is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB48157205-
CMYK0.770.2300.20
HSL198.34º62.06%49.61%-
HSV(B)198.34º76.59%80.39%-
XYZ24.329.1562.1-
YUV129.88170.3969.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 11.71%
GREEN value IS 157 (61.72% from 255) = 38.29%
BLUE value IS 205 (80.47% from 255) = 50%
R=11.71%
G=38.29%
B=50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal481572050.770.2300.20198.3462.0649.61
Hex309DCD4D17014c63e32
Octal60235315115270243067662
Binary110000100111011100110110011011011101010011000110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309DCD; }

 p { color: rgb(48,157,205); }

 H1.HeaderClassName
 {
   color: #309DCD;
 }
 .AnyTagClassName
 {
   color: #309DCD;
 }
</style>
background-color css

<style>
 a { background-color: #309DCD; }

 a { background-color: rgb(48,157,205); }

 div.DivClassName
 {
   background-color: #309DCD;
 }
 .BgClassName
 {
   background-color: #309DCD;
 }
</style>
border-color css

<style>
 span { border-color: #309DCD; }

 span { border-color: rgb(48,157,205); }

 td.TdClassName
 {
   border-color: #309DCD;
 }
 .TagClassName
 {
   border-color: #309DCD;
 }
</style>