#2E627D

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

Shades of Orient #2E627D

Tints of Orient #2E627D

Color information

#2E627D (or 0x2E627D) is unknown color: approx Orient. HEX triplet: 2E, 62 and 7D. RGB value is (46,98,125). Sum of RGB (Red+Green+Blue) = 46+98+125=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E627D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E627D is #D19D82. Grayscale: #555555. Windows color (decimal): -13737347 or 8217134. OLE color: 8217134.

HSL color Cylindrical-coordinate representation of color #2E627D: hue angle of 200.51º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E627D is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4698125-
CMYK0.630.2200.51
HSL200.51º46.2%33.53%-
HSV(B)200.51º63.2%49.02%-
XYZ9.210.821-
YUV85.53150.2799.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.10%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 125 (49.22% from 255) = 46.47%
R=17.10%
G=36.43%
B=46.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46981250.630.2200.51200.5146.233.53
Hex2E627D3F16033c92e22
Octal5614217577260633115642
Binary1011101100010111110111111110110011001111001001101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,98,125); }

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

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

 a { background-color: rgb(46,98,125); }

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

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

 span { border-color: rgb(46,98,125); }

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