Html Css Color HEX #2E7491 Astral

📋 copy color: '#2E7491'

red 46 ◦ green 116 ◦ blue 145

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

Shades of Astral #2E7491

Tints of Astral #2E7491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 47.23%

R = 14.98%
G = 37.79%
B = 47.23%

CMYK

 C value IS 0.68

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2E7491 (or 0x2E7491) is known color: Astral. HEX triplet: 2E, 74 and 91. RGB value is (46,116,145). Sum of RGB (Red+Green+Blue) = 46+116+145=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #2E7491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7491 is #D18B6E. Grayscale: #626262. Windows color (decimal): -13732719 or 9532462. OLE color: 9532462.

HSL color Cylindrical-coordinate representation of color #2E7491: hue angle of 197.58º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E7491 is Cyan = 0.68, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 46 116 145 -
CMYK 0.68 0.2 0 0.43
HSL 197.58º 0.52% 0.37% -
HSV(B) 197.58º 0.68% 0.57% -
XYZ 12.48 15.12 29.05 -
YUV 98.38 154.31 90.64 -
System Red Green Blue C M Y K H S L
Decimal 46 116 145 0.68 0.2 0 0.43 197.58 0.52 0.37
Hex 2E 74 91 44 14 0 2B C6 34 25
Octal 56 164 221 104 24 0 53 306 64 45
Binary 101110 1110100 10010001 1000100 10100 0 101011 11000110 110100 100101

Color Harmonies of #2E7491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7491

Black with #2E7491

Text Example


Text Example

White with #2E7491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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