Html Css Color HEX #277255 Evening Sea

📋 copy color: '#277255'

red 39 ◦ green 114 ◦ blue 85

#277255
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #277255

Tints of Evening Sea #277255

RGB

 RED value IS 39 (15.63% from 255) = 16.39%

 GREEN value IS 114 (44.92% from 255) = 47.9%

 BLUE value IS 85 (33.59% from 255) = 35.71%

R = 16.39%
G = 47.9%
B = 35.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#277255 (or 0x277255) is known color: 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

RGB 39 114 85 -
CMYK 0.66 0 0.25 0.55
HSL 156.8º 0.49% 0.3% -
HSV(B) 156.8º 0.66% 0.45% -
XYZ 8.49 13.12 10.68 -
YUV 88.27 126.15 92.86 -
System Red Green Blue C M Y K H S L
Decimal 39 114 85 0.66 0 0.25 0.55 156.8 0.49 0.3
Hex 27 72 55 42 0 19 37 9D 31 1E
Octal 47 162 125 102 0 31 67 235 61 36
Binary 100111 1110010 1010101 1000010 0 11001 110111 10011101 110001 11110

Color Harmonies of #277255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277255

Black with #277255

Text Example


Text Example

White with #277255

Text Example


Text Example

HTML Codes & Css Web 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>