#2C718E

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

Shades of Astral #2C718E

Tints of Astral #2C718E

Color information

#2C718E (or 0x2C718E) is unknown color: approx Astral. HEX triplet: 2C, 71 and 8E. RGB value is (44,113,142). Sum of RGB (Red+Green+Blue) = 44+113+142=299 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.72% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C718E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C718E is #D38E71. Grayscale: #5F5F5F. Windows color (decimal): -13864562 or 9335084. OLE color: 9335084.

HSL color Cylindrical-coordinate representation of color #2C718E: hue angle of 197.76º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C718E is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB44113142-
CMYK0.690.2000.44
HSL197.76º52.69%36.47%-
HSV(B)197.76º69.01%55.69%-
XYZ11.8314.327.73-
YUV95.68154.1491.14-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.72%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 142 (55.86% from 255) = 47.49%
R=14.72%
G=37.79%
B=47.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal441131420.690.2000.44197.7652.6936.47
Hex2C718E451402Cc63524
Octal54161216105240543066544
Binary101100111000110001110100010110100010110011000110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,113,142); }

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

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

 a { background-color: rgb(44,113,142); }

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

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

 span { border-color: rgb(44,113,142); }

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