#2C7385

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

Shades of Astral #2C7385

Tints of Astral #2C7385

Color information

#2C7385 (or 0x2C7385) is unknown color: approx Astral. HEX triplet: 2C, 73 and 85. RGB value is (44,115,133). Sum of RGB (Red+Green+Blue) = 44+115+133=292 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.07% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #2C7385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C7385 is #D38C7A. Grayscale: #5F5F5F. Windows color (decimal): -13864059 or 8745772. OLE color: 8745772.

HSL color Cylindrical-coordinate representation of color #2C7385: hue angle of 192.13º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C7385 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB44115133-
CMYK0.670.1400.48
HSL192.13º50.28%34.71%-
HSV(B)192.13º66.92%52.16%-
XYZ11.414.4924.39-
YUV95.82148.9891.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.07%
GREEN value IS 115 (45.31% from 255) = 39.38%
BLUE value IS 133 (52.34% from 255) = 45.55%
R=15.07%
G=39.38%
B=45.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal441151330.670.1400.48192.1350.2834.71
Hex2C738543E030c03223
Octal54163205103160603006243
Binary10110011100111000010110000111110011000011000000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,115,133); }

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

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

 a { background-color: rgb(44,115,133); }

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

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

 span { border-color: rgb(44,115,133); }

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