#2C7485

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

Shades of Astral #2C7485

Tints of Astral #2C7485

Color information

#2C7485 (or 0x2C7485) is unknown color: approx Astral. HEX triplet: 2C, 74 and 85. RGB value is (44,116,133). Sum of RGB (Red+Green+Blue) = 44+116+133=293 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.02% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #2C7485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C7485 is #D38B7A. Grayscale: #606060. Windows color (decimal): -13863803 or 8746028. OLE color: 8746028.

HSL color Cylindrical-coordinate representation of color #2C7485: hue angle of 191.46º 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 #2C7485 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB44116133-
CMYK0.670.1300.48
HSL191.46º50.28%34.71%-
HSV(B)191.46º66.92%52.16%-
XYZ11.5214.7224.42-
YUV96.41148.6590.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.02%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 133 (52.34% from 255) = 45.39%
R=15.02%
G=39.59%
B=45.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal441161330.670.1300.48191.4650.2834.71
Hex2C748543D030bf3223
Octal54164205103150602776243
Binary10110011101001000010110000111101011000010111111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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