Html Css Color HEX #2E667F Astral

📋 copy color: '#2E667F'

red 46 ◦ green 102 ◦ blue 127

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

Shades of Astral #2E667F

Tints of Astral #2E667F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.09%

 BLUE value IS 127 (50% from 255) = 46.18%

R = 16.73%
G = 37.09%
B = 46.18%

CMYK

 C value IS 0.64

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2E667F (or 0x2E667F) is known color: Astral. HEX triplet: 2E, 66 and 7F. RGB value is (46,102,127). Sum of RGB (Red+Green+Blue) = 46+102+127=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E667F is #D19980. Grayscale: #575757. Windows color (decimal): -13736321 or 8349230. OLE color: 8349230.

HSL color Cylindrical-coordinate representation of color #2E667F: hue angle of 198.52º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E667F is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 46 102 127 -
CMYK 0.64 0.20 0 0.50
HSL 198.52º 0.47% 0.34% -
HSV(B) 198.52º 0.64% 0.5% -
XYZ 9.71 11.62 21.81 -
YUV 88.11 149.95 97.97 -
System Red Green Blue C M Y K H S L
Decimal 46 102 127 0.64 0.20 0 0.50 198.52 0.47 0.34
Hex 2E 66 7F 40 14 0 32 C7 2F 22
Octal 56 146 177 100 24 0 62 307 57 42
Binary 101110 1100110 1111111 1000000 10100 0 110010 11000111 101111 100010

Color Harmonies of #2E667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E667F

Black with #2E667F

Text Example


Text Example

White with #2E667F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,102,127); }

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

background-color css

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

 a { background-color: rgb(46,102,127); }

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

border-color css

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

 span { border-color: rgb(46,102,127); }

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