Html Css Color HEX #278980 Elm

📋 copy color: '#278980'

red 39 ◦ green 137 ◦ blue 128

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

Shades of Elm #278980

Tints of Elm #278980

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.07%

 BLUE value IS 128 (50.39% from 255) = 42.11%

R = 12.83%
G = 45.07%
B = 42.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#278980 (or 0x278980) is known color: Elm. HEX triplet: 27, 89 and 80. RGB value is (39,137,128). Sum of RGB (Red+Green+Blue) = 39+137+128=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #278980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278980 is #D8767F. Grayscale: #6A6A6A. Windows color (decimal): -14186112 or 8423719. OLE color: 8423719.

HSL color Cylindrical-coordinate representation of color #278980: hue angle of 174.49º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #278980 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 39 137 128 -
CMYK 0.72 0 0.07 0.46
HSL 174.49º 0.56% 0.35% -
HSV(B) 174.49º 0.72% 0.54% -
XYZ 13.68 19.88 23.54 -
YUV 106.67 140.03 79.73 -
System Red Green Blue C M Y K H S L
Decimal 39 137 128 0.72 0 0.07 0.46 174.49 0.56 0.35
Hex 27 89 80 48 0 7 2E AE 38 23
Octal 47 211 200 110 0 7 56 256 70 43
Binary 100111 10001001 10000000 1001000 0 111 101110 10101110 111000 100011

Color Harmonies of #278980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278980

Black with #278980

Text Example


Text Example

White with #278980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278980; }

 p { color: rgb(39,137,128); }

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

background-color css

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

 a { background-color: rgb(39,137,128); }

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

border-color css

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

 span { border-color: rgb(39,137,128); }

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