Html Css Color HEX #277355 Salem

📋 copy color: '#277355'

red 39 ◦ green 115 ◦ blue 85

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

Shades of Salem #277355

Tints of Salem #277355

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.12%

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

R = 16.32%
G = 48.12%
B = 35.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#277355 (or 0x277355) is known color: Salem. HEX triplet: 27, 73 and 55. RGB value is (39,115,85). Sum of RGB (Red+Green+Blue) = 39+115+85=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #277355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277355 is #D88CAA. Grayscale: #585858. Windows color (decimal): -14191787 or 5600039. OLE color: 5600039.

HSL color Cylindrical-coordinate representation of color #277355: hue angle of 156.32º 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 #277355 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 115 85 -
CMYK 0.66 0 0.26 0.55
HSL 156.32º 0.49% 0.3% -
HSV(B) 156.32º 0.66% 0.45% -
XYZ 8.61 13.35 10.72 -
YUV 88.86 125.82 92.44 -
System Red Green Blue C M Y K H S L
Decimal 39 115 85 0.66 0 0.26 0.55 156.32 0.49 0.3
Hex 27 73 55 42 0 1A 37 9C 31 1E
Octal 47 163 125 102 0 32 67 234 61 36
Binary 100111 1110011 1010101 1000010 0 11010 110111 10011100 110001 11110

Color Harmonies of #277355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277355

Black with #277355

Text Example


Text Example

White with #277355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277355; }

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

 H1.HeaderClassName
 {
   color: #277355;
 }
 .AnyTagClassName
 {
   color: #277355;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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