#2E3873

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

Shades of Torea Bay #2E3873

Tints of Torea Bay #2E3873

Color information

#2E3873 (or 0x2E3873) is unknown color: approx Torea Bay. HEX triplet: 2E, 38 and 73. RGB value is (46,56,115). Sum of RGB (Red+Green+Blue) = 46+56+115=217 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.20% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E3873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3873 is #D1C78C. Grayscale: #3B3B3B. Windows color (decimal): -13748109 or 7551022. OLE color: 7551022.

HSL color Cylindrical-coordinate representation of color #2E3873: hue angle of 231.3º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E3873 is Cyan = 0.6, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4656115-
CMYK0.60.5100.55
HSL231.3º42.86%31.57%-
HSV(B)231.3º60%45.1%-
XYZ5.644.6516.82-
YUV59.74159.19118.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.20%
GREEN value IS 56 (22.27% from 255) = 25.81%
BLUE value IS 115 (45.31% from 255) = 53.00%
R=21.20%
G=25.81%
B=53.00%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46561150.60.5100.55231.342.8631.57
Hex2E38733C33037e72b20
Octal567016374630673475340
Binary1011101110001110011111100110011011011111100111101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,56,115); }

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

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

 a { background-color: rgb(46,56,115); }

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

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

 span { border-color: rgb(46,56,115); }

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