Html Css Color HEX #2E788D Astral

📋 copy color: '#2E788D'

red 46 ◦ green 120 ◦ blue 141

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

Shades of Astral #2E788D

Tints of Astral #2E788D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.09%

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

R = 14.98%
G = 39.09%
B = 45.93%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E788D (or 0x2E788D) is known color: Astral. HEX triplet: 2E, 78 and 8D. RGB value is (46,120,141). Sum of RGB (Red+Green+Blue) = 46+120+141=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E788D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E788D is #D18772. Grayscale: #646464. Windows color (decimal): -13731699 or 9271342. OLE color: 9271342.

HSL color Cylindrical-coordinate representation of color #2E788D: hue angle of 193.26º 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 #2E788D is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 120 141 -
CMYK 0.67 0.15 0 0.45
HSL 193.26º 0.51% 0.37% -
HSV(B) 193.26º 0.67% 0.55% -
XYZ 12.65 15.94 27.61 -
YUV 100.27 150.98 89.29 -
System Red Green Blue C M Y K H S L
Decimal 46 120 141 0.67 0.15 0 0.45 193.26 0.51 0.37
Hex 2E 78 8D 43 F 0 2D C1 33 25
Octal 56 170 215 103 17 0 55 301 63 45
Binary 101110 1111000 10001101 1000011 1111 0 101101 11000001 110011 100101

Color Harmonies of #2E788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E788D

Black with #2E788D

Text Example


Text Example

White with #2E788D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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