#2d7696

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

Shades of Astral #2D7696

Tints of Astral #2D7696

Color information

#2D7696 (or 0x2D7696) is unknown color: approx Astral. HEX triplet: 2D, 76 and 96. RGB value is (45,118,150). Sum of RGB (Red+Green+Blue) = 45+118+150=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #2D7696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7696 is #D28969. Grayscale: #636363. Windows color (decimal): -13797738 or 9860653. OLE color: 9860653.

HSL color Cylindrical-coordinate representation of color #2D7696: hue angle of 198.29º 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 #2D7696 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB45118150-
CMYK0.700.2100.41
HSL198.29º53.85%38.24%-
HSV(B)198.29º70%58.82%-
XYZ13.0715.7231.2-
YUV99.82156.3288.9-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.38%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=14.38%
G=37.70%
B=47.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal451181500.700.2100.41198.2953.8538.24
Hex2D76964615029c63626
Octal55166226106250513066646
Binary101101111011010010110100011010101010100111000110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d7696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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