Html Css Color HEX #2E6883 Astral

📋 copy color: '#2E6883'

red 46 ◦ green 104 ◦ blue 131

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

Shades of Astral #2E6883

Tints of Astral #2E6883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.01%

 BLUE value IS 131 (51.56% from 255) = 46.62%

R = 16.37%
G = 37.01%
B = 46.62%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2E6883 (or 0x2E6883) is known color: Astral. HEX triplet: 2E, 68 and 83. RGB value is (46,104,131). Sum of RGB (Red+Green+Blue) = 46+104+131=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 131 - color contains mainly: blue. Hex color #2E6883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6883 is #D1977C. Grayscale: #595959. Windows color (decimal): -13735805 or 8611886. OLE color: 8611886.

HSL color Cylindrical-coordinate representation of color #2E6883: hue angle of 199.06º 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 #2E6883 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 46 104 131 -
CMYK 0.65 0.21 0 0.49
HSL 199.06º 0.48% 0.35% -
HSV(B) 199.06º 0.65% 0.51% -
XYZ 10.17 12.12 23.28 -
YUV 89.74 151.28 96.8 -
System Red Green Blue C M Y K H S L
Decimal 46 104 131 0.65 0.21 0 0.49 199.06 0.48 0.35
Hex 2E 68 83 41 15 0 31 C7 30 23
Octal 56 150 203 101 25 0 61 307 60 43
Binary 101110 1101000 10000011 1000001 10101 0 110001 11000111 110000 100011

Color Harmonies of #2E6883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6883

Black with #2E6883

Text Example


Text Example

White with #2E6883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,104,131); }

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

background-color css

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

 a { background-color: rgb(46,104,131); }

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

border-color css

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

 span { border-color: rgb(46,104,131); }

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