#2D7895

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

Shades of Astral #2D7895

Tints of Astral #2D7895

Color information

#2D7895 (or 0x2D7895) is unknown color: approx Astral. HEX triplet: 2D, 78 and 95. RGB value is (45,120,149). Sum of RGB (Red+Green+Blue) = 45+120+149=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #2D7895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7895 is #D2876A. Grayscale: #646464. Windows color (decimal): -13797227 or 9795629. OLE color: 9795629.

HSL color Cylindrical-coordinate representation of color #2D7895: hue angle of 196.73º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D7895 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB45120149-
CMYK0.700.1900.42
HSL196.73º53.61%38.04%-
HSV(B)196.73º69.8%58.43%-
XYZ13.2216.1630.86-
YUV100.88155.1588.14-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.33%
GREEN value IS 120 (47.27% from 255) = 38.22%
BLUE value IS 149 (58.59% from 255) = 47.45%
R=14.33%
G=38.22%
B=47.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal451201490.700.1900.42196.7353.6138.04
Hex2D7895461302Ac53626
Octal55170225106230523056646
Binary101101111100010010101100011010011010101011000101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,120,149); }

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

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

 a { background-color: rgb(45,120,149); }

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

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

 span { border-color: rgb(45,120,149); }

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