Html Css Color HEX #2E6790 Astral

📋 copy color: '#2E6790'

red 46 ◦ green 103 ◦ blue 144

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

Shades of Astral #2E6790

Tints of Astral #2E6790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.15%

 BLUE value IS 144 (56.64% from 255) = 49.15%

R = 15.7%
G = 35.15%
B = 49.15%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2E6790 (or 0x2E6790) is known color: Astral. HEX triplet: 2E, 67 and 90. RGB value is (46,103,144). Sum of RGB (Red+Green+Blue) = 46+103+144=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #2E6790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6790 is #D1986F. Grayscale: #5A5A5A. Windows color (decimal): -13736048 or 9463598. OLE color: 9463598.

HSL color Cylindrical-coordinate representation of color #2E6790: hue angle of 205.1º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E6790 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 46 103 144 -
CMYK 0.68 0.28 0 0.44
HSL 205.1º 0.52% 0.37% -
HSV(B) 205.1º 0.68% 0.56% -
XYZ 11.01 12.29 28.18 -
YUV 90.63 158.12 96.17 -
System Red Green Blue C M Y K H S L
Decimal 46 103 144 0.68 0.28 0 0.44 205.1 0.52 0.37
Hex 2E 67 90 44 1C 0 2C CD 34 25
Octal 56 147 220 104 34 0 54 315 64 45
Binary 101110 1100111 10010000 1000100 11100 0 101100 11001101 110100 100101

Color Harmonies of #2E6790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6790

Black with #2E6790

Text Example


Text Example

White with #2E6790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,103,144); }

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

background-color css

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

 a { background-color: rgb(46,103,144); }

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

border-color css

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

 span { border-color: rgb(46,103,144); }

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