#319AE2

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

Shades of Summer Sky #319AE2

Tints of Summer Sky #319AE2

Color information

#319AE2 (or 0x319AE2) is unknown color: approx Summer Sky. HEX triplet: 31, 9A and E2. RGB value is (49,154,226). Sum of RGB (Red+Green+Blue) = 49+154+226=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 226 (88.67% from 255 or 52.68% from 429); Max value from RGB is 226 - color contains mainly: blue. Hex color #319AE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319AE2 is #CE651D. Grayscale: #828282. Windows color (decimal): -13526302 or 14850609. OLE color: 14850609.

HSL color Cylindrical-coordinate representation of color #319AE2: hue angle of 204.41º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #319AE2 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB49154226-
CMYK0.780.3200.11
HSL204.41º75.32%53.92%-
HSV(B)204.41º78.32%88.63%-
XYZ26.5529.2676.2-
YUV130.81181.7169.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.42%
GREEN value IS 154 (60.55% from 255) = 35.90%
BLUE value IS 226 (88.67% from 255) = 52.68%
R=11.42%
G=35.90%
B=52.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal491542260.780.3200.11204.4175.3253.92
Hex319AE24E200Bcc4b36
Octal612323421164001331411366
Binary1100011001101011100010100111010000001011110011001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,154,226); }

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

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

 a { background-color: rgb(49,154,226); }

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

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

 span { border-color: rgb(49,154,226); }

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