Html Css Color HEX #2E6C8D Astral

📋 copy color: '#2E6C8D'

red 46 ◦ green 108 ◦ blue 141

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

Shades of Astral #2E6C8D

Tints of Astral #2E6C8D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.61%

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

R = 15.59%
G = 36.61%
B = 47.8%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E6C8D (or 0x2E6C8D) is known color: Astral. HEX triplet: 2E, 6C and 8D. RGB value is (46,108,141). Sum of RGB (Red+Green+Blue) = 46+108+141=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E6C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6C8D is #D19372. Grayscale: #5D5D5D. Windows color (decimal): -13734771 or 9268270. OLE color: 9268270.

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

Color convert

RGB 46 108 141 -
CMYK 0.67 0.23 0 0.45
HSL 200.84º 0.51% 0.37% -
HSV(B) 200.84º 0.67% 0.55% -
XYZ 11.3 13.23 27.16 -
YUV 93.22 154.96 94.32 -
System Red Green Blue C M Y K H S L
Decimal 46 108 141 0.67 0.23 0 0.45 200.84 0.51 0.37
Hex 2E 6C 8D 43 17 0 2D C9 33 25
Octal 56 154 215 103 27 0 55 311 63 45
Binary 101110 1101100 10001101 1000011 10111 0 101101 11001001 110011 100101

Color Harmonies of #2E6C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6C8D

Black with #2E6C8D

Text Example


Text Example

White with #2E6C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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