Html Css Color HEX #298980 Elm

📋 copy color: '#298980'

red 41 ◦ green 137 ◦ blue 128

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

Shades of Elm #298980

Tints of Elm #298980

RGB

 RED value IS 41 (16.41% from 255) = 13.4%

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

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

R = 13.4%
G = 44.77%
B = 41.83%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#298980 (or 0x298980) is known color: Elm. HEX triplet: 29, 89 and 80. RGB value is (41,137,128). Sum of RGB (Red+Green+Blue) = 41+137+128=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #298980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298980 is #D6767F. Grayscale: #6B6B6B. Windows color (decimal): -14055040 or 8423721. OLE color: 8423721.

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

Color convert

RGB 41 137 128 -
CMYK 0.70 0 0.07 0.46
HSL 174.38º 0.54% 0.35% -
HSV(B) 174.38º 0.7% 0.54% -
XYZ 13.76 19.92 23.54 -
YUV 107.27 139.7 80.73 -
System Red Green Blue C M Y K H S L
Decimal 41 137 128 0.70 0 0.07 0.46 174.38 0.54 0.35
Hex 29 89 80 46 0 7 2E AE 36 23
Octal 51 211 200 106 0 7 56 256 66 43
Binary 101001 10001001 10000000 1000110 0 111 101110 10101110 110110 100011

Color Harmonies of #298980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298980

Black with #298980

Text Example


Text Example

White with #298980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298980; }

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

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

background-color css

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

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

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

border-color css

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

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

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