#2C7995

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

Shades of Astral #2C7995

Tints of Astral #2C7995

Color information

#2C7995 (or 0x2C7995) is unknown color: approx Astral. HEX triplet: 2C, 79 and 95. RGB value is (44,121,149). Sum of RGB (Red+Green+Blue) = 44+121+149=314 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.01% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #2C7995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C7995 is #D3866A. Grayscale: #646464. Windows color (decimal): -13862507 or 9795884. OLE color: 9795884.

HSL color Cylindrical-coordinate representation of color #2C7995: hue angle of 196º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C7995 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB44121149-
CMYK0.700.1900.42
HSL196º54.4%37.84%-
HSV(B)196º70.47%58.43%-
XYZ13.316.3830.89-
YUV101.17154.9987.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.01%
GREEN value IS 121 (47.66% from 255) = 38.54%
BLUE value IS 149 (58.59% from 255) = 47.45%
R=14.01%
G=38.54%
B=47.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal441211490.700.1900.4219654.437.84
Hex2C7995461302Ac43626
Octal54171225106230523046646
Binary101100111100110010101100011010011010101011000100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,121,149); }

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

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

 a { background-color: rgb(44,121,149); }

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

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

 span { border-color: rgb(44,121,149); }

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