Html Css Color HEX #2E698D Astral

📋 copy color: '#2E698D'

red 46 ◦ green 105 ◦ blue 141

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

Shades of Astral #2E698D

Tints of Astral #2E698D

RGB

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

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

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

R = 15.75%
G = 35.96%
B = 48.29%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E698D (or 0x2E698D) is known color: Astral. HEX triplet: 2E, 69 and 8D. RGB value is (46,105,141). Sum of RGB (Red+Green+Blue) = 46+105+141=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E698D is #D19672. Grayscale: #5B5B5B. Windows color (decimal): -13735539 or 9267502. OLE color: 9267502.

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

Color convert

RGB 46 105 141 -
CMYK 0.67 0.26 0 0.45
HSL 202.74º 0.51% 0.37% -
HSV(B) 202.74º 0.67% 0.55% -
XYZ 10.99 12.61 27.05 -
YUV 91.46 155.95 95.57 -
System Red Green Blue C M Y K H S L
Decimal 46 105 141 0.67 0.26 0 0.45 202.74 0.51 0.37
Hex 2E 69 8D 43 1A 0 2D CB 33 25
Octal 56 151 215 103 32 0 55 313 63 45
Binary 101110 1101001 10001101 1000011 11010 0 101101 11001011 110011 100101

Color Harmonies of #2E698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E698D

Black with #2E698D

Text Example


Text Example

White with #2E698D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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