#2E3177

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

Shades of Torea Bay #2E3177

Tints of Torea Bay #2E3177

Color information

#2E3177 (or 0x2E3177) is unknown color: approx Torea Bay. HEX triplet: 2E, 31 and 77. RGB value is (46,49,119). Sum of RGB (Red+Green+Blue) = 46+49+119=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #2E3177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3177 is #D1CE88. Grayscale: #373737. Windows color (decimal): -13749897 or 7811374. OLE color: 7811374.

HSL color Cylindrical-coordinate representation of color #2E3177: hue angle of 237.53º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E3177 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4649119-
CMYK0.610.5900.53
HSL237.53º44.24%32.35%-
HSV(B)237.53º61.34%46.67%-
XYZ5.554.1117.95-
YUV56.08163.51120.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.50%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 119 (46.88% from 255) = 55.61%
R=21.50%
G=22.90%
B=55.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46491190.610.5900.53237.5344.2432.35
Hex2E31773D3B035ee2c20
Octal566116775730653565440
Binary1011101100011110111111101111011011010111101110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,49,119); }

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

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

 a { background-color: rgb(46,49,119); }

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

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

 span { border-color: rgb(46,49,119); }

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