#2D7190

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

Shades of Astral #2D7190

Tints of Astral #2D7190

Color information

#2D7190 (or 0x2D7190) is unknown color: approx Astral. HEX triplet: 2D, 71 and 90. RGB value is (45,113,144). Sum of RGB (Red+Green+Blue) = 45+113+144=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #2D7190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7190 is #D28E6F. Grayscale: #606060. Windows color (decimal): -13799024 or 9466157. OLE color: 9466157.

HSL color Cylindrical-coordinate representation of color #2D7190: hue angle of 198.79º 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 #2D7190 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB45113144-
CMYK0.690.2200.44
HSL198.79º52.38%37.06%-
HSV(B)198.79º68.75%56.47%-
XYZ12.0214.3828.53-
YUV96.2154.9791.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.90%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 144 (56.64% from 255) = 47.68%
R=14.90%
G=37.42%
B=47.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal451131440.690.2200.44198.7952.3837.06
Hex2D7190451602Cc73425
Octal55161220105260543076445
Binary101101111000110010000100010110110010110011000111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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