Html Css Color HEX #2E7382 Astral

📋 copy color: '#2E7382'

red 46 ◦ green 115 ◦ blue 130

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

Shades of Astral #2E7382

Tints of Astral #2E7382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.52%

 BLUE value IS 130 (51.17% from 255) = 44.67%

R = 15.81%
G = 39.52%
B = 44.67%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2E7382 (or 0x2E7382) is known color: Astral. HEX triplet: 2E, 73 and 82. RGB value is (46,115,130). Sum of RGB (Red+Green+Blue) = 46+115+130=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E7382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7382 is #D18C7D. Grayscale: #5F5F5F. Windows color (decimal): -13732990 or 8549166. OLE color: 8549166.

HSL color Cylindrical-coordinate representation of color #2E7382: hue angle of 190.71º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E7382 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 46 115 130 -
CMYK 0.65 0.12 0 0.49
HSL 190.71º 0.48% 0.35% -
HSV(B) 190.71º 0.65% 0.51% -
XYZ 11.29 14.45 23.31 -
YUV 96.08 147.14 92.28 -
System Red Green Blue C M Y K H S L
Decimal 46 115 130 0.65 0.12 0 0.49 190.71 0.48 0.35
Hex 2E 73 82 41 C 0 31 BF 30 23
Octal 56 163 202 101 14 0 61 277 60 43
Binary 101110 1110011 10000010 1000001 1100 0 110001 10111111 110000 100011

Color Harmonies of #2E7382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7382

Black with #2E7382

Text Example


Text Example

White with #2E7382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,115,130); }

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

background-color css

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

 a { background-color: rgb(46,115,130); }

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

border-color css

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

 span { border-color: rgb(46,115,130); }

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