Html Css Color HEX #2E748A Astral

📋 copy color: '#2E748A'

red 46 ◦ green 116 ◦ blue 138

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

Shades of Astral #2E748A

Tints of Astral #2E748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.67%

 BLUE value IS 138 (54.3% from 255) = 46%

R = 15.33%
G = 38.67%
B = 46%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2E748A (or 0x2E748A) is known color: Astral. HEX triplet: 2E, 74 and 8A. RGB value is (46,116,138). Sum of RGB (Red+Green+Blue) = 46+116+138=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E748A is #D18B75. Grayscale: #616161. Windows color (decimal): -13732726 or 9073710. OLE color: 9073710.

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

Color convert

RGB 46 116 138 -
CMYK 0.67 0.16 0 0.46
HSL 194.35º 0.5% 0.36% -
HSV(B) 194.35º 0.67% 0.54% -
XYZ 11.96 14.91 26.29 -
YUV 97.58 150.81 91.21 -
System Red Green Blue C M Y K H S L
Decimal 46 116 138 0.67 0.16 0 0.46 194.35 0.5 0.36
Hex 2E 74 8A 43 10 0 2E C2 32 24
Octal 56 164 212 103 20 0 56 302 62 44
Binary 101110 1110100 10001010 1000011 10000 0 101110 11000010 110010 100100

Color Harmonies of #2E748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E748A

Black with #2E748A

Text Example


Text Example

White with #2E748A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,116,138); }

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

background-color css

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

 a { background-color: rgb(46,116,138); }

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

border-color css

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

 span { border-color: rgb(46,116,138); }

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