Html Css Color HEX #2E698A Astral

📋 copy color: '#2E698A'

red 46 ◦ green 105 ◦ blue 138

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

Shades of Astral #2E698A

Tints of Astral #2E698A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.33%

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

R = 15.92%
G = 36.33%
B = 47.75%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2E698A (or 0x2E698A) is known color: Astral. HEX triplet: 2E, 69 and 8A. RGB value is (46,105,138). Sum of RGB (Red+Green+Blue) = 46+105+138=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E698A is #D19675. Grayscale: #5A5A5A. Windows color (decimal): -13735542 or 9070894. OLE color: 9070894.

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

Color convert

RGB 46 105 138 -
CMYK 0.67 0.24 0 0.46
HSL 201.52º 0.5% 0.36% -
HSV(B) 201.52º 0.67% 0.54% -
XYZ 10.77 12.52 25.89 -
YUV 91.12 154.45 95.82 -
System Red Green Blue C M Y K H S L
Decimal 46 105 138 0.67 0.24 0 0.46 201.52 0.5 0.36
Hex 2E 69 8A 43 18 0 2E CA 32 24
Octal 56 151 212 103 30 0 56 312 62 44
Binary 101110 1101001 10001010 1000011 11000 0 101110 11001010 110010 100100

Color Harmonies of #2E698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E698A

Black with #2E698A

Text Example


Text Example

White with #2E698A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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