#318EDE

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

Shades of Summer Sky #318EDE

Tints of Summer Sky #318EDE

Color information

#318EDE (or 0x318EDE) is unknown color: approx Summer Sky. HEX triplet: 31, 8E and DE. RGB value is (49,142,222). Sum of RGB (Red+Green+Blue) = 49+142+222=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #318EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318EDE is #CE7121. Grayscale: #7A7A7A. Windows color (decimal): -13529378 or 14585393. OLE color: 14585393.

HSL color Cylindrical-coordinate representation of color #318EDE: hue angle of 207.75º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #318EDE is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB49142222-
CMYK0.780.3600.13
HSL207.75º72.38%53.14%-
HSV(B)207.75º77.93%87.06%-
XYZ24.1225.2772.71-
YUV123.31183.6975-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.86%
GREEN value IS 142 (55.86% from 255) = 34.38%
BLUE value IS 222 (87.11% from 255) = 53.75%
R=11.86%
G=34.38%
B=53.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal491422220.780.3600.13207.7572.3853.14
Hex318EDE4E240Dd04835
Octal612163361164401532011065
Binary1100011000111011011110100111010010001101110100001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318EDE; }

 p { color: rgb(49,142,222); }

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

<style>
 a { background-color: #318EDE; }

 a { background-color: rgb(49,142,222); }

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

<style>
 span { border-color: #318EDE; }

 span { border-color: rgb(49,142,222); }

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