#2C688A

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

Shades of Astral #2C688A

Tints of Astral #2C688A

Color information

#2C688A (or 0x2C688A) is unknown color: approx Astral. HEX triplet: 2C, 68 and 8A. RGB value is (44,104,138). Sum of RGB (Red+Green+Blue) = 44+104+138=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #2C688A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C688A is #D39775. Grayscale: #595959. Windows color (decimal): -13866870 or 9070636. OLE color: 9070636.

HSL color Cylindrical-coordinate representation of color #2C688A: hue angle of 201.7º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C688A is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB44104138-
CMYK0.680.2500.46
HSL201.7º51.65%35.69%-
HSV(B)201.7º68.12%54.12%-
XYZ10.5812.2725.86-
YUV89.94155.1295.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.38%
GREEN value IS 104 (41.02% from 255) = 36.36%
BLUE value IS 138 (54.30% from 255) = 48.25%
R=15.38%
G=36.36%
B=48.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal441041380.680.2500.46201.751.6535.69
Hex2C688A441902Eca3424
Octal54150212104310563126444
Binary101100110100010001010100010011001010111011001010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,104,138); }

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

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

 a { background-color: rgb(44,104,138); }

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

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

 span { border-color: rgb(44,104,138); }

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