#2E376D

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

Shades of Torea Bay #2E376D

Tints of Torea Bay #2E376D

Color information

#2E376D (or 0x2E376D) is unknown color: approx Torea Bay. HEX triplet: 2E, 37 and 6D. RGB value is (46,55,109). Sum of RGB (Red+Green+Blue) = 46+55+109=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E376D is #D1C892. Grayscale: #3A3A3A. Windows color (decimal): -13748371 or 7157550. OLE color: 7157550.

HSL color Cylindrical-coordinate representation of color #2E376D: hue angle of 231.43º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E376D is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4655109-
CMYK0.580.5000.57
HSL231.43º40.65%30.39%-
HSV(B)231.43º57.8%42.75%-
XYZ5.254.4215.04-
YUV58.46156.52119.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.90%
GREEN value IS 55 (21.88% from 255) = 26.19%
BLUE value IS 109 (42.97% from 255) = 51.90%
R=21.90%
G=26.19%
B=51.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46551090.580.5000.57231.4340.6530.39
Hex2E376D3A32039e7291e
Octal566715572620713475136
Binary101110110111110110111101011001001110011110011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,55,109); }

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

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

 a { background-color: rgb(46,55,109); }

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

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

 span { border-color: rgb(46,55,109); }

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