#319CE0

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

Shades of Summer Sky #319CE0

Tints of Summer Sky #319CE0

Color information

#319CE0 (or 0x319CE0) is unknown color: approx Summer Sky. HEX triplet: 31, 9C and E0. RGB value is (49,156,224). Sum of RGB (Red+Green+Blue) = 49+156+224=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #319CE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319CE0 is #CE631F. Grayscale: #838383. Windows color (decimal): -13525792 or 14720049. OLE color: 14720049.

HSL color Cylindrical-coordinate representation of color #319CE0: hue angle of 203.31º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #319CE0 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB49156224-
CMYK0.780.3000.12
HSL203.31º73.84%53.53%-
HSV(B)203.31º78.12%87.84%-
XYZ26.6129.8174.87-
YUV131.76180.0568.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.42%
GREEN value IS 156 (61.33% from 255) = 36.36%
BLUE value IS 224 (87.89% from 255) = 52.21%
R=11.42%
G=36.36%
B=52.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal491562240.780.3000.12203.3173.8453.53
Hex319CE04E1E0Ccb4a36
Octal612343401163601431311266
Binary110001100111001110000010011101111001100110010111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319CE0; }

 p { color: rgb(49,156,224); }

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

<style>
 a { background-color: #319CE0; }

 a { background-color: rgb(49,156,224); }

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

<style>
 span { border-color: #319CE0; }

 span { border-color: rgb(49,156,224); }

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