#2D6585

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

Shades of Astral #2D6585

Tints of Astral #2D6585

Color information

#2D6585 (or 0x2D6585) is unknown color: approx Astral. HEX triplet: 2D, 65 and 85. RGB value is (45,101,133). Sum of RGB (Red+Green+Blue) = 45+101+133=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #2D6585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6585 is #D29A7A. Grayscale: #575757. Windows color (decimal): -13802107 or 8742189. OLE color: 8742189.

HSL color Cylindrical-coordinate representation of color #2D6585: hue angle of 201.82º 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 #2D6585 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB45101133-
CMYK0.660.2400.48
HSL201.82º49.44%34.9%-
HSV(B)201.82º66.17%52.16%-
XYZ9.9711.5623.9-
YUV87.9153.4597.4-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.13%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 133 (52.34% from 255) = 47.67%
R=16.13%
G=36.20%
B=47.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal451011330.660.2400.48201.8249.4434.9
Hex2D65854218030ca3123
Octal55145205102300603126143
Binary101101110010110000101100001011000011000011001010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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