Html Css Color HEX #2E768D Astral

📋 copy color: '#2E768D'

red 46 ◦ green 118 ◦ blue 141

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

Shades of Astral #2E768D

Tints of Astral #2E768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.69%

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

R = 15.08%
G = 38.69%
B = 46.23%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E768D (or 0x2E768D) is known color: Astral. HEX triplet: 2E, 76 and 8D. RGB value is (46,118,141). Sum of RGB (Red+Green+Blue) = 46+118+141=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E768D is #D18972. Grayscale: #626262. Windows color (decimal): -13732211 or 9270830. OLE color: 9270830.

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

Color convert

RGB 46 118 141 -
CMYK 0.67 0.16 0 0.45
HSL 194.53º 0.51% 0.37% -
HSV(B) 194.53º 0.67% 0.55% -
XYZ 12.41 15.46 27.53 -
YUV 99.09 151.65 90.13 -
System Red Green Blue C M Y K H S L
Decimal 46 118 141 0.67 0.16 0 0.45 194.53 0.51 0.37
Hex 2E 76 8D 43 10 0 2D C3 33 25
Octal 56 166 215 103 20 0 55 303 63 45
Binary 101110 1110110 10001101 1000011 10000 0 101101 11000011 110011 100101

Color Harmonies of #2E768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E768D

Black with #2E768D

Text Example


Text Example

White with #2E768D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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