#277053

Color #277053 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #277053

Tints of Evening Sea #277053

Color information

#277053 (or 0x277053) is unknown color: approx Evening Sea. HEX triplet: 27, 70 and 53. RGB value is (39,112,83). Sum of RGB (Red+Green+Blue) = 39+112+83=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #277053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277053 is #D88FAC. Grayscale: #565656. Windows color (decimal): -14192557 or 5468199. OLE color: 5468199.

HSL color Cylindrical-coordinate representation of color #277053: hue angle of 156.16º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #277053 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB3911283-
CMYK0.6500.260.56
HSL156.16º48.34%29.61%-
HSV(B)156.16º65.18%43.92%-
XYZ8.1912.6410.19-
YUV86.87125.8293.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.67%
GREEN value IS 112 (44.14% from 255) = 47.86%
BLUE value IS 83 (32.81% from 255) = 35.47%
R=16.67%
G=47.86%
B=35.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39112830.6500.260.56156.1648.3429.61
Hex2770534101A389c301e
Octal47160123101032702346036
Binary1001111110000101001110000010110101110001001110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277053; }

 p { color: rgb(39,112,83); }

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

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

 a { background-color: rgb(39,112,83); }

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

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

 span { border-color: rgb(39,112,83); }

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