#277054

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

Shades of Evening Sea #277054

Tints of Evening Sea #277054

Color information

#277054 (or 0x277054) is unknown color: approx Evening Sea. HEX triplet: 27, 70 and 54. RGB value is (39,112,84). Sum of RGB (Red+Green+Blue) = 39+112+84=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #277054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277054 is #D88FAB. Grayscale: #575757. Windows color (decimal): -14192556 or 5533735. OLE color: 5533735.

HSL color Cylindrical-coordinate representation of color #277054: hue angle of 156.99º 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 #277054 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB3911284-
CMYK0.6500.250.56
HSL156.99º48.34%29.61%-
HSV(B)156.99º65.18%43.92%-
XYZ8.2312.6610.4-
YUV86.98126.3293.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.60%
GREEN value IS 112 (44.14% from 255) = 47.66%
BLUE value IS 84 (33.20% from 255) = 35.74%
R=16.60%
G=47.66%
B=35.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39112840.6500.250.56156.9948.3429.61
Hex27705441019389d301e
Octal47160124101031702356036
Binary1001111110000101010010000010110011110001001110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277054; }

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

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

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

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

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

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

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

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