Html Css Color HEX #2E647F Orient

📋 copy color: '#2E647F'

red 46 ◦ green 100 ◦ blue 127

#2E647F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #2E647F

Tints of Orient #2E647F

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 value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2E647F (or 0x2E647F) is known color: 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

RGB 46 100 127 -
CMYK 0.64 0.21 0 0.50
HSL 200º 0.47% 0.34% -
HSV(B) 200º 0.64% 0.5% -
XYZ 9.51 11.23 21.74 -
YUV 86.93 150.61 98.8 -
System Red Green Blue C M Y K H S L
Decimal 46 100 127 0.64 0.21 0 0.50 200 0.47 0.34
Hex 2E 64 7F 40 15 0 32 C8 2F 22
Octal 56 144 177 100 25 0 62 310 57 42
Binary 101110 1100100 1111111 1000000 10101 0 110010 11001000 101111 100010

Color Harmonies of #2E647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E647F

Black with #2E647F

Text Example


Text Example

White with #2E647F

Text Example


Text Example

HTML Codes & Css Web 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>