#309be0

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

Shades of Summer Sky #309BE0

Tints of Summer Sky #309BE0

Color information

#309BE0 (or 0x309BE0) is unknown color: approx Summer Sky. HEX triplet: 30, 9B and E0. RGB value is (48,155,224). Sum of RGB (Red+Green+Blue) = 48+155+224=427 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.24% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 224 (87.89% from 255 or 52.46% from 427); Max value from RGB is 224 - color contains mainly: blue. Hex color #309BE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309BE0 is #CF641F. Grayscale: #828282. Windows color (decimal): -13591584 or 14719792. OLE color: 14719792.

HSL color Cylindrical-coordinate representation of color #309BE0: hue angle of 203.52º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #309BE0 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB48155224-
CMYK0.790.3100.12
HSL203.52º73.95%53.33%-
HSV(B)203.52º78.57%87.84%-
XYZ26.3929.4574.81-
YUV130.87180.5568.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.24%
GREEN value IS 155 (60.94% from 255) = 36.30%
BLUE value IS 224 (87.89% from 255) = 52.46%
R=11.24%
G=36.30%
B=52.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal481552240.790.3100.12203.5273.9553.33
Hex309BE04F1F0Ccc4a35
Octal602333401173701431411265
Binary110000100110111110000010011111111101100110011001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309be0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,155,224); }

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

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

 a { background-color: rgb(48,155,224); }

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

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

 span { border-color: rgb(48,155,224); }

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