#277052

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

Shades of Evening Sea #277052

Tints of Evening Sea #277052

Color information

#277052 (or 0x277052) is unknown color: approx Evening Sea. HEX triplet: 27, 70 and 52. RGB value is (39,112,82). Sum of RGB (Red+Green+Blue) = 39+112+82=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #277052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277052 is #D88FAD. Grayscale: #565656. Windows color (decimal): -14192558 or 5402663. OLE color: 5402663.

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

Color convert

RGB3911282-
CMYK0.6500.270.56
HSL155.34º48.34%29.61%-
HSV(B)155.34º65.18%43.92%-
XYZ8.1512.639.99-
YUV86.75125.3293.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.74%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 82 (32.42% from 255) = 35.19%
R=16.74%
G=48.07%
B=35.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39112820.6500.270.56155.3448.3429.61
Hex2770524101B389b301e
Octal47160122101033702336036
Binary1001111110000101001010000010110111110001001101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277052; }

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

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

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

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

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

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

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

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