#2D758B

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

Shades of Astral #2D758B

Tints of Astral #2D758B

Color information

#2D758B (or 0x2D758B) is unknown color: approx Astral. HEX triplet: 2D, 75 and 8B. RGB value is (45,117,139). Sum of RGB (Red+Green+Blue) = 45+117+139=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D758B is #D28A74. Grayscale: #616161. Windows color (decimal): -13798005 or 9139501. OLE color: 9139501.

HSL color Cylindrical-coordinate representation of color #2D758B: hue angle of 194.04º 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 #2D758B is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB45117139-
CMYK0.680.1600.45
HSL194.04º51.09%36.08%-
HSV(B)194.04º67.63%54.51%-
XYZ12.115.1426.71-
YUV97.98151.1590.21-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.95%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 139 (54.69% from 255) = 46.18%
R=14.95%
G=38.87%
B=46.18%

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
Decimal451171390.680.1600.45194.0451.0936.08
Hex2D758B441002Dc23324
Octal55165213104200553026344
Binary101101111010110001011100010010000010110111000010110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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