#2D758C

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

Shades of Astral #2D758C

Tints of Astral #2D758C

Color information

#2D758C (or 0x2D758C) is unknown color: approx Astral. HEX triplet: 2D, 75 and 8C. RGB value is (45,117,140). Sum of RGB (Red+Green+Blue) = 45+117+140=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D758C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D758C is #D28A73. Grayscale: #616161. Windows color (decimal): -13798004 or 9205037. OLE color: 9205037.

HSL color Cylindrical-coordinate representation of color #2D758C: hue angle of 194.53º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D758C is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB45117140-
CMYK0.680.1600.45
HSL194.53º51.35%36.27%-
HSV(B)194.53º67.86%54.9%-
XYZ12.1815.1727.1-
YUV98.09151.6590.13-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.90%
GREEN value IS 117 (46.09% from 255) = 38.74%
BLUE value IS 140 (55.08% from 255) = 46.36%
R=14.90%
G=38.74%
B=46.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal451171400.680.1600.45194.5351.3536.27
Hex2D758C441002Dc33324
Octal55165214104200553036344
Binary101101111010110001100100010010000010110111000011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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