#2E3872

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

Shades of Torea Bay #2E3872

Tints of Torea Bay #2E3872

Color information

#2E3872 (or 0x2E3872) is unknown color: approx Torea Bay. HEX triplet: 2E, 38 and 72. RGB value is (46,56,114). Sum of RGB (Red+Green+Blue) = 46+56+114=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E3872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3872 is #D1C78D. Grayscale: #3B3B3B. Windows color (decimal): -13748110 or 7485486. OLE color: 7485486.

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

Color convert

RGB4656114-
CMYK0.600.5100.55
HSL231.18º42.5%31.37%-
HSV(B)231.18º59.65%44.71%-
XYZ5.584.6216.52-
YUV59.62158.69118.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.30%
GREEN value IS 56 (22.27% from 255) = 25.93%
BLUE value IS 114 (44.92% from 255) = 52.78%
R=21.30%
G=25.93%
B=52.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46561140.600.5100.55231.1842.531.37
Hex2E38723C33037e72a1f
Octal567016274630673475237
Binary101110111000111001011110011001101101111110011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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