#2D708B

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

Shades of Astral #2D708B

Tints of Astral #2D708B

Color information

#2D708B (or 0x2D708B) is unknown color: approx Astral. HEX triplet: 2D, 70 and 8B. RGB value is (45,112,139). Sum of RGB (Red+Green+Blue) = 45+112+139=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D708B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D708B is #D28F74. Grayscale: #5E5E5E. Windows color (decimal): -13799285 or 9138221. OLE color: 9138221.

HSL color Cylindrical-coordinate representation of color #2D708B: hue angle of 197.23º 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 #2D708B is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB45112139-
CMYK0.680.1900.45
HSL197.23º51.09%36.08%-
HSV(B)197.23º67.63%54.51%-
XYZ11.5414.0126.52-
YUV95.04152.892.3-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.20%
GREEN value IS 112 (44.14% from 255) = 37.84%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=15.20%
G=37.84%
B=46.96%

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
Decimal451121390.680.1900.45197.2351.0936.08
Hex2D708B441302Dc53324
Octal55160213104230553056344
Binary101101111000010001011100010010011010110111000101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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