#2e327e

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

Shades of Torea Bay #2E327E

Tints of Torea Bay #2E327E

Color information

#2E327E (or 0x2E327E) is unknown color: approx Torea Bay. HEX triplet: 2E, 32 and 7E. RGB value is (46,50,126). Sum of RGB (Red+Green+Blue) = 46+50+126=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 126 (49.61% from 255 or 56.76% from 222); Max value from RGB is 126 - color contains mainly: blue. Hex color #2E327E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E327E is #D1CD81. Grayscale: #393939. Windows color (decimal): -13749634 or 8270382. OLE color: 8270382.

HSL color Cylindrical-coordinate representation of color #2E327E: hue angle of 237º degrees, saturation: 0.47, 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 #2E327E is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4650126-
CMYK0.630.6000.51
HSL237º46.51%33.73%-
HSV(B)237º63.49%49.41%-
XYZ6.034.3720.26-
YUV57.47166.67119.82-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.72%
GREEN value IS 50 (19.92% from 255) = 22.52%
BLUE value IS 126 (49.61% from 255) = 56.76%
R=20.72%
G=22.52%
B=56.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46501260.630.6000.5123746.5133.73
Hex2E327E3F3C033ed2f22
Octal566217677740633555742
Binary1011101100101111110111111111100011001111101101101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e327e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,50,126); }

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

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

 a { background-color: rgb(46,50,126); }

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

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

 span { border-color: rgb(46,50,126); }

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