#2D6982

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

Shades of Astral #2D6982

Tints of Astral #2D6982

Color information

#2D6982 (or 0x2D6982) is unknown color: approx Astral. HEX triplet: 2D, 69 and 82. RGB value is (45,105,130). Sum of RGB (Red+Green+Blue) = 45+105+130=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #2D6982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6982 is #D2967D. Grayscale: #595959. Windows color (decimal): -13801086 or 8546605. OLE color: 8546605.

HSL color Cylindrical-coordinate representation of color #2D6982: hue angle of 197.65º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D6982 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB45105130-
CMYK0.650.1900.49
HSL197.65º48.57%34.31%-
HSV(B)197.65º65.38%50.98%-
XYZ10.1612.2722.95-
YUV89.91150.6295.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.07%
GREEN value IS 105 (41.41% from 255) = 37.5%
BLUE value IS 130 (51.17% from 255) = 46.43%
R=16.07%
G=37.5%
B=46.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal451051300.650.1900.49197.6548.5734.31
Hex2D69824113031c63122
Octal55151202101230613066142
Binary101101110100110000010100000110011011000111000110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,105,130); }

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

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

 a { background-color: rgb(45,105,130); }

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

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

 span { border-color: rgb(45,105,130); }

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