#2E647F

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

Shades of Orient #2E647F

Tints of Orient #2E647F

Color information

#2E647F (or 0x2E647F) is unknown color: approx Orient. HEX triplet: 2E, 64 and 7F. RGB value is (46,100,127). Sum of RGB (Red+Green+Blue) = 46+100+127=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E647F is #D19B80. Grayscale: #565656. Windows color (decimal): -13736833 or 8348718. OLE color: 8348718.

HSL color Cylindrical-coordinate representation of color #2E647F: hue angle of 200º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E647F is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB46100127-
CMYK0.640.2100.50
HSL200º46.82%33.92%-
HSV(B)200º63.78%49.8%-
XYZ9.5111.2321.74-
YUV86.93150.6198.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.85%
GREEN value IS 100 (39.45% from 255) = 36.63%
BLUE value IS 127 (50% from 255) = 46.52%
R=16.85%
G=36.63%
B=46.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal461001270.640.2100.5020046.8233.92
Hex2E647F4015032c82f22
Octal56144177100250623105742
Binary10111011001001111111100000010101011001011001000101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,100,127); }

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

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

 a { background-color: rgb(46,100,127); }

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

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

 span { border-color: rgb(46,100,127); }

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