#2E6C85

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

Shades of Astral #2E6C85

Tints of Astral #2E6C85

Color information

#2E6C85 (or 0x2E6C85) is unknown color: approx Astral. HEX triplet: 2E, 6C and 85. RGB value is (46,108,133). Sum of RGB (Red+Green+Blue) = 46+108+133=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E6C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6C85 is #D1937A. Grayscale: #5C5C5C. Windows color (decimal): -13734779 or 8743982. OLE color: 8743982.

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

Color convert

RGB46108133-
CMYK0.650.1900.48
HSL197.24º48.6%35.1%-
HSV(B)197.24º65.41%52.16%-
XYZ10.721324.13-
YUV92.31150.9694.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.03%
GREEN value IS 108 (42.58% from 255) = 37.63%
BLUE value IS 133 (52.34% from 255) = 46.34%
R=16.03%
G=37.63%
B=46.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal461081330.650.1900.48197.2448.635.1
Hex2E6C854113030c53123
Octal56154205101230603056143
Binary101110110110010000101100000110011011000011000101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,108,133); }

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

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

 a { background-color: rgb(46,108,133); }

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

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

 span { border-color: rgb(46,108,133); }

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