#277255

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

Shades of Evening Sea #277255

Tints of Evening Sea #277255

Color information

#277255 (or 0x277255) is unknown color: approx Evening Sea. HEX triplet: 27, 72 and 55. RGB value is (39,114,85). Sum of RGB (Red+Green+Blue) = 39+114+85=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #277255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277255 is #D88DAA. Grayscale: #585858. Windows color (decimal): -14192043 or 5599783. OLE color: 5599783.

HSL color Cylindrical-coordinate representation of color #277255: hue angle of 156.8º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #277255 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB3911485-
CMYK0.6600.250.55
HSL156.8º49.02%30%-
HSV(B)156.8º65.79%44.71%-
XYZ8.4913.1210.68-
YUV88.27126.1592.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.39%
GREEN value IS 114 (44.92% from 255) = 47.90%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=16.39%
G=47.90%
B=35.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39114850.6600.250.55156.849.0230
Hex27725542019379d311e
Octal47162125102031672356136
Binary1001111110010101010110000100110011101111001110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277255; }

 p { color: rgb(39,114,85); }

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

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

 a { background-color: rgb(39,114,85); }

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

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

 span { border-color: rgb(39,114,85); }

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