Html Css Color HEX #2E7B95 Astral

📋 copy color: '#2E7B95'

red 46 ◦ green 123 ◦ blue 149

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

Shades of Astral #2E7B95

Tints of Astral #2E7B95

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.68%

 BLUE value IS 149 (58.59% from 255) = 46.86%

R = 14.47%
G = 38.68%
B = 46.86%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E7B95 (or 0x2E7B95) is known color: Astral. HEX triplet: 2E, 7B and 95. RGB value is (46,123,149). Sum of RGB (Red+Green+Blue) = 46+123+149=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E7B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7B95 is #D1846A. Grayscale: #666666. Windows color (decimal): -13730923 or 9796398. OLE color: 9796398.

HSL color Cylindrical-coordinate representation of color #2E7B95: hue angle of 195.15º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E7B95 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 123 149 -
CMYK 0.69 0.17 0 0.42
HSL 195.15º 0.53% 0.38% -
HSV(B) 195.15º 0.69% 0.58% -
XYZ 13.63 16.92 30.98 -
YUV 102.94 153.99 87.39 -
System Red Green Blue C M Y K H S L
Decimal 46 123 149 0.69 0.17 0 0.42 195.15 0.53 0.38
Hex 2E 7B 95 45 11 0 2A C3 35 26
Octal 56 173 225 105 21 0 52 303 65 46
Binary 101110 1111011 10010101 1000101 10001 0 101010 11000011 110101 100110

Color Harmonies of #2E7B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7B95

Black with #2E7B95

Text Example


Text Example

White with #2E7B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,123,149); }

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

background-color css

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

 a { background-color: rgb(46,123,149); }

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

border-color css

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

 span { border-color: rgb(46,123,149); }

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