#2D658A

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

Shades of Astral #2D658A

Tints of Astral #2D658A

Color information

#2D658A (or 0x2D658A) is unknown color: approx Astral. HEX triplet: 2D, 65 and 8A. RGB value is (45,101,138). Sum of RGB (Red+Green+Blue) = 45+101+138=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D658A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D658A is #D29A75. Grayscale: #585858. Windows color (decimal): -13802102 or 9069869. OLE color: 9069869.

HSL color Cylindrical-coordinate representation of color #2D658A: hue angle of 203.87º 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 #2D658A is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB45101138-
CMYK0.670.2700.46
HSL203.87º50.82%35.88%-
HSV(B)203.87º67.39%54.12%-
XYZ10.3211.725.76-
YUV88.47155.9596.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.85%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 138 (54.30% from 255) = 48.59%
R=15.85%
G=35.56%
B=48.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal451011380.670.2700.46203.8750.8235.88
Hex2D658A431B02Ecc3324
Octal55145212103330563146344
Binary101101110010110001010100001111011010111011001100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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