#2D718B

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

Shades of Astral #2D718B

Tints of Astral #2D718B

Color information

#2D718B (or 0x2D718B) is unknown color: approx Astral. HEX triplet: 2D, 71 and 8B. RGB value is (45,113,139). Sum of RGB (Red+Green+Blue) = 45+113+139=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D718B is #D28E74. Grayscale: #5F5F5F. Windows color (decimal): -13799029 or 9138477. OLE color: 9138477.

HSL color Cylindrical-coordinate representation of color #2D718B: hue angle of 196.6º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D718B is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB45113139-
CMYK0.680.1900.45
HSL196.6º51.09%36.08%-
HSV(B)196.6º67.63%54.51%-
XYZ11.6514.2326.56-
YUV95.63152.4791.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.15%
GREEN value IS 113 (44.53% from 255) = 38.05%
BLUE value IS 139 (54.69% from 255) = 46.80%
R=15.15%
G=38.05%
B=46.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal451131390.680.1900.45196.651.0936.08
Hex2D718B441302Dc53324
Octal55161213104230553056344
Binary101101111000110001011100010010011010110111000101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,113,139); }

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

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

 a { background-color: rgb(45,113,139); }

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

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

 span { border-color: rgb(45,113,139); }

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