Html Css Color HEX #2E718B Astral

📋 copy color: '#2E718B'

red 46 ◦ green 113 ◦ blue 139

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

Shades of Astral #2E718B

Tints of Astral #2E718B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.64%

R = 15.44%
G = 37.92%
B = 46.64%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E718B (or 0x2E718B) is known color: Astral. HEX triplet: 2E, 71 and 8B. RGB value is (46,113,139). Sum of RGB (Red+Green+Blue) = 46+113+139=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E718B is #D18E74. Grayscale: #5F5F5F. Windows color (decimal): -13733493 or 9138478. OLE color: 9138478.

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

Color convert

RGB 46 113 139 -
CMYK 0.67 0.19 0 0.45
HSL 196.77º 0.5% 0.36% -
HSV(B) 196.77º 0.67% 0.55% -
XYZ 11.69 14.26 26.56 -
YUV 95.93 152.3 92.39 -
System Red Green Blue C M Y K H S L
Decimal 46 113 139 0.67 0.19 0 0.45 196.77 0.5 0.36
Hex 2E 71 8B 43 13 0 2D C5 32 24
Octal 56 161 213 103 23 0 55 305 62 44
Binary 101110 1110001 10001011 1000011 10011 0 101101 11000101 110010 100100

Color Harmonies of #2E718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E718B

Black with #2E718B

Text Example


Text Example

White with #2E718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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