#2D7590

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

Shades of Astral #2D7590

Tints of Astral #2D7590

Color information

#2D7590 (or 0x2D7590) is unknown color: approx Astral. HEX triplet: 2D, 75 and 90. RGB value is (45,117,144). Sum of RGB (Red+Green+Blue) = 45+117+144=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #2D7590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7590 is #D28A6F. Grayscale: #626262. Windows color (decimal): -13798000 or 9467181. OLE color: 9467181.

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

Color convert

RGB45117144-
CMYK0.690.1900.44
HSL196.36º52.38%37.06%-
HSV(B)196.36º68.75%56.47%-
XYZ12.4815.2928.68-
YUV98.55153.6589.8-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.71%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 144 (56.64% from 255) = 47.06%
R=14.71%
G=38.24%
B=47.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal451171440.690.1900.44196.3652.3837.06
Hex2D7590451302Cc43425
Octal55165220105230543046445
Binary101101111010110010000100010110011010110011000100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,117,144); }

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

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

 a { background-color: rgb(45,117,144); }

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

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

 span { border-color: rgb(45,117,144); }

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