#2E3772

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

Shades of Torea Bay #2E3772

Tints of Torea Bay #2E3772

Color information

#2E3772 (or 0x2E3772) is unknown color: approx Torea Bay. HEX triplet: 2E, 37 and 72. RGB value is (46,55,114). Sum of RGB (Red+Green+Blue) = 46+55+114=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E3772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3772 is #D1C88D. Grayscale: #3A3A3A. Windows color (decimal): -13748366 or 7485230. OLE color: 7485230.

HSL color Cylindrical-coordinate representation of color #2E3772: hue angle of 232.06º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E3772 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4655114-
CMYK0.600.5200.55
HSL232.06º42.5%31.37%-
HSV(B)232.06º59.65%44.71%-
XYZ5.534.5316.5-
YUV59.04159.02118.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.40%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 114 (44.92% from 255) = 53.02%
R=21.40%
G=25.58%
B=53.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46551140.600.5200.55232.0642.531.37
Hex2E37723C34037e82a1f
Octal566716274640673505237
Binary101110110111111001011110011010001101111110100010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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