#2E6B8B

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

Shades of Astral #2E6B8B

Tints of Astral #2E6B8B

Color information

#2E6B8B (or 0x2E6B8B) is unknown color: approx Astral. HEX triplet: 2E, 6B and 8B. RGB value is (46,107,139). Sum of RGB (Red+Green+Blue) = 46+107+139=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E6B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6B8B is #D19474. Grayscale: #5C5C5C. Windows color (decimal): -13735029 or 9136942. OLE color: 9136942.

HSL color Cylindrical-coordinate representation of color #2E6B8B: hue angle of 200.65º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E6B8B is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB46107139-
CMYK0.670.2300.45
HSL200.65º50.27%36.27%-
HSV(B)200.65º66.91%54.51%-
XYZ11.0412.9626.35-
YUV92.41154.2994.9-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.75%
GREEN value IS 107 (42.19% from 255) = 36.64%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=15.75%
G=36.64%
B=47.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461071390.670.2300.45200.6550.2736.27
Hex2E6B8B431702Dc93224
Octal56153213103270553116244
Binary101110110101110001011100001110111010110111001001110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,107,139); }

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

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

 a { background-color: rgb(46,107,139); }

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

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

 span { border-color: rgb(46,107,139); }

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