Html Css Color HEX #2E7D8D Astral

📋 copy color: '#2E7D8D'

red 46 ◦ green 125 ◦ blue 141

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

Shades of Astral #2E7D8D

Tints of Astral #2E7D8D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.06%

 BLUE value IS 141 (55.47% from 255) = 45.19%

R = 14.74%
G = 40.06%
B = 45.19%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E7D8D (or 0x2E7D8D) is known color: Astral. HEX triplet: 2E, 7D and 8D. RGB value is (46,125,141). Sum of RGB (Red+Green+Blue) = 46+125+141=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E7D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7D8D is #D18272. Grayscale: #676767. Windows color (decimal): -13730419 or 9272622. OLE color: 9272622.

HSL color Cylindrical-coordinate representation of color #2E7D8D: hue angle of 190.11º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E7D8D is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 125 141 -
CMYK 0.67 0.11 0 0.45
HSL 190.11º 0.51% 0.37% -
HSV(B) 190.11º 0.67% 0.55% -
XYZ 13.27 17.17 27.81 -
YUV 103.2 149.33 87.2 -
System Red Green Blue C M Y K H S L
Decimal 46 125 141 0.67 0.11 0 0.45 190.11 0.51 0.37
Hex 2E 7D 8D 43 B 0 2D BE 33 25
Octal 56 175 215 103 13 0 55 276 63 45
Binary 101110 1111101 10001101 1000011 1011 0 101101 10111110 110011 100101

Color Harmonies of #2E7D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7D8D

Black with #2E7D8D

Text Example


Text Example

White with #2E7D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,125,141); }

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

background-color css

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

 a { background-color: rgb(46,125,141); }

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

border-color css

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

 span { border-color: rgb(46,125,141); }

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