#2E3473

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

Shades of Torea Bay #2E3473

Tints of Torea Bay #2E3473

Color information

#2E3473 (or 0x2E3473) is unknown color: approx Torea Bay. HEX triplet: 2E, 34 and 73. RGB value is (46,52,115). Sum of RGB (Red+Green+Blue) = 46+52+115=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E3473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3473 is #D1CB8C. Grayscale: #393939. Windows color (decimal): -13749133 or 7549998. OLE color: 7549998.

HSL color Cylindrical-coordinate representation of color #2E3473: hue angle of 234.78º 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 #2E3473 is Cyan = 0.6, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4652115-
CMYK0.60.5500.55
HSL234.78º42.86%31.57%-
HSV(B)234.78º60%45.1%-
XYZ5.454.2716.76-
YUV57.39160.51119.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.60%
GREEN value IS 52 (20.70% from 255) = 24.41%
BLUE value IS 115 (45.31% from 255) = 53.99%
R=21.60%
G=24.41%
B=53.99%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46521150.60.5500.55234.7842.8631.57
Hex2E34733C37037eb2b20
Octal566416374670673535340
Binary1011101101001110011111100110111011011111101011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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