#2C758B

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

Shades of Astral #2C758B

Tints of Astral #2C758B

Color information

#2C758B (or 0x2C758B) is unknown color: approx Astral. HEX triplet: 2C, 75 and 8B. RGB value is (44,117,139). Sum of RGB (Red+Green+Blue) = 44+117+139=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C758B is #D38A74. Grayscale: #616161. Windows color (decimal): -13863541 or 9139500. OLE color: 9139500.

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

Color convert

RGB44117139-
CMYK0.680.1600.45
HSL193.89º51.91%35.88%-
HSV(B)193.89º68.35%54.51%-
XYZ12.0615.1226.71-
YUV97.68151.3289.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.67%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 139 (54.69% from 255) = 46.33%
R=14.67%
G=39%
B=46.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal441171390.680.1600.45193.8951.9135.88
Hex2C758B441002Dc23424
Octal54165213104200553026444
Binary101100111010110001011100010010000010110111000010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,117,139); }

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

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

 a { background-color: rgb(44,117,139); }

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

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

 span { border-color: rgb(44,117,139); }

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