#2D7896

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

Shades of Astral #2D7896

Tints of Astral #2D7896

Color information

#2D7896 (or 0x2D7896) is unknown color: approx Astral. HEX triplet: 2D, 78 and 96. RGB value is (45,120,150). Sum of RGB (Red+Green+Blue) = 45+120+150=315 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.29% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #2D7896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7896 is #D28769. Grayscale: #646464. Windows color (decimal): -13797226 or 9861165. OLE color: 9861165.

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

Color convert

RGB45120150-
CMYK0.700.2000.41
HSL197.14º53.85%38.24%-
HSV(B)197.14º70%58.82%-
XYZ13.316.1931.28-
YUV101155.6588.06-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.29%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 150 (58.98% from 255) = 47.62%
R=14.29%
G=38.10%
B=47.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal451201500.700.2000.41197.1453.8538.24
Hex2D78964614029c53626
Octal55170226106240513056646
Binary101101111100010010110100011010100010100111000101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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