#2795D5

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

Shades of Summer Sky #2795D5

Tints of Summer Sky #2795D5

Color information

#2795D5 (or 0x2795D5) is unknown color: approx Summer Sky. HEX triplet: 27, 95 and D5. RGB value is (39,149,213). Sum of RGB (Red+Green+Blue) = 39+149+213=401 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.73% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #2795D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2795D5 is #D86A2A. Grayscale: #7B7B7B. Windows color (decimal): -14182955 or 13997351. OLE color: 13997351.

HSL color Cylindrical-coordinate representation of color #2795D5: hue angle of 202.07º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2795D5 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB39149213-
CMYK0.820.3000.16
HSL202.07º69.05%49.41%-
HSV(B)202.07º81.69%83.53%-
XYZ23.5926.7366.87-
YUV123.41178.5667.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.73%
GREEN value IS 149 (58.59% from 255) = 37.16%
BLUE value IS 213 (83.59% from 255) = 53.12%
R=9.73%
G=37.16%
B=53.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal391492130.820.3000.16202.0769.0549.41
Hex2795D5521E010ca4531
Octal472253251223602031210561
Binary1001111001010111010101101001011110010000110010101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2795D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2795D5; }

 p { color: rgb(39,149,213); }

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

<style>
 a { background-color: #2795D5; }

 a { background-color: rgb(39,149,213); }

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

<style>
 span { border-color: #2795D5; }

 span { border-color: rgb(39,149,213); }

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