#2C7486

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

Shades of Astral #2C7486

Tints of Astral #2C7486

Color information

#2C7486 (or 0x2C7486) is unknown color: approx Astral. HEX triplet: 2C, 74 and 86. RGB value is (44,116,134). Sum of RGB (Red+Green+Blue) = 44+116+134=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 134 - color contains mainly: blue. Hex color #2C7486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C7486 is #D38B79. Grayscale: #606060. Windows color (decimal): -13863802 or 8811564. OLE color: 8811564.

HSL color Cylindrical-coordinate representation of color #2C7486: hue angle of 192º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C7486 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB44116134-
CMYK0.670.1300.47
HSL192º50.56%34.9%-
HSV(B)192º67.16%52.55%-
XYZ11.5914.7524.79-
YUV96.52149.1590.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.97%
GREEN value IS 116 (45.70% from 255) = 39.46%
BLUE value IS 134 (52.73% from 255) = 45.58%
R=14.97%
G=39.46%
B=45.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal441161340.670.1300.4719250.5634.9
Hex2C748643D02Fc03323
Octal54164206103150573006343
Binary10110011101001000011010000111101010111111000000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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