Html Css Color HEX #2E7189 Astral

📋 copy color: '#2E7189'

red 46 ◦ green 113 ◦ blue 137

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

Shades of Astral #2E7189

Tints of Astral #2E7189

RGB

 RED value IS 46 (18.36% from 255) = 15.54%

 GREEN value IS 113 (44.53% from 255) = 38.18%

 BLUE value IS 137 (53.91% from 255) = 46.28%

R = 15.54%
G = 38.18%
B = 46.28%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2E7189 (or 0x2E7189) is known color: Astral. HEX triplet: 2E, 71 and 89. RGB value is (46,113,137). Sum of RGB (Red+Green+Blue) = 46+113+137=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 137 - color contains mainly: blue. Hex color #2E7189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7189 is #D18E76. Grayscale: #5F5F5F. Windows color (decimal): -13733495 or 9007406. OLE color: 9007406.

HSL color Cylindrical-coordinate representation of color #2E7189: hue angle of 195.82º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E7189 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 46 113 137 -
CMYK 0.66 0.18 0 0.46
HSL 195.82º 0.5% 0.36% -
HSV(B) 195.82º 0.66% 0.54% -
XYZ 11.55 14.2 25.8 -
YUV 95.7 151.3 92.55 -
System Red Green Blue C M Y K H S L
Decimal 46 113 137 0.66 0.18 0 0.46 195.82 0.5 0.36
Hex 2E 71 89 42 12 0 2E C4 32 24
Octal 56 161 211 102 22 0 56 304 62 44
Binary 101110 1110001 10001001 1000010 10010 0 101110 11000100 110010 100100

Color Harmonies of #2E7189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7189

Black with #2E7189

Text Example


Text Example

White with #2E7189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E7189; }

 p { color: rgb(46,113,137); }

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

background-color css

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

 a { background-color: rgb(46,113,137); }

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

border-color css

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

 span { border-color: rgb(46,113,137); }

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