#2D6984

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

Shades of Astral #2D6984

Tints of Astral #2D6984

Color information

#2D6984 (or 0x2D6984) is unknown color: approx Astral. HEX triplet: 2D, 69 and 84. RGB value is (45,105,132). Sum of RGB (Red+Green+Blue) = 45+105+132=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D6984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6984 is #D2967B. Grayscale: #595959. Windows color (decimal): -13801084 or 8677677. OLE color: 8677677.

HSL color Cylindrical-coordinate representation of color #2D6984: hue angle of 198.62º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D6984 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB45105132-
CMYK0.660.2000.48
HSL198.62º49.15%34.71%-
HSV(B)198.62º65.91%51.76%-
XYZ10.312.3323.67-
YUV90.14151.6295.8-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.96%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 132 (51.95% from 255) = 46.81%
R=15.96%
G=37.23%
B=46.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal451051320.660.2000.48198.6249.1534.71
Hex2D69844214030c73123
Octal55151204102240603076143
Binary101101110100110000100100001010100011000011000111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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