#2E6582

Color #2E6582 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #2E6582

Tints of Astral #2E6582

Color information

#2E6582 (or 0x2E6582) is unknown color: approx Astral. HEX triplet: 2E, 65 and 82. RGB value is (46,101,130). Sum of RGB (Red+Green+Blue) = 46+101+130=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E6582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6582 is #D19A7D. Grayscale: #575757. Windows color (decimal): -13736574 or 8545582. OLE color: 8545582.

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

Color convert

RGB46101130-
CMYK0.650.2200.49
HSL200.71º47.73%34.51%-
HSV(B)200.71º64.62%50.98%-
XYZ9.8111.522.82-
YUV87.86151.7898.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.61%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 130 (51.17% from 255) = 46.93%
R=16.61%
G=36.46%
B=46.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal461011300.650.2200.49200.7147.7334.51
Hex2E65824116031c93023
Octal56145202101260613116043
Binary101110110010110000010100000110110011000111001001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E6582;
 }
 .AnyTagClassName
 {
   color: #2E6582;
 }
</style>
background-color css

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

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

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

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

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

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