#2D698A

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

Shades of Astral #2D698A

Tints of Astral #2D698A

Color information

#2D698A (or 0x2D698A) is unknown color: approx Astral. HEX triplet: 2D, 69 and 8A. RGB value is (45,105,138). Sum of RGB (Red+Green+Blue) = 45+105+138=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D698A is #D29675. Grayscale: #5A5A5A. Windows color (decimal): -13801078 or 9070893. OLE color: 9070893.

HSL color Cylindrical-coordinate representation of color #2D698A: hue angle of 201.29º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D698A is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB45105138-
CMYK0.670.2400.46
HSL201.29º50.82%35.88%-
HSV(B)201.29º67.39%54.12%-
XYZ10.7212.525.89-
YUV90.82154.6295.32-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.62%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=15.62%
G=36.46%
B=47.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal451051380.670.2400.46201.2950.8235.88
Hex2D698A431802Ec93324
Octal55151212103300563116344
Binary101101110100110001010100001111000010111011001001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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