#2E397C

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

Shades of Torea Bay #2E397C

Tints of Torea Bay #2E397C

Color information

#2E397C (or 0x2E397C) is unknown color: approx Torea Bay. HEX triplet: 2E, 39 and 7C. RGB value is (46,57,124). Sum of RGB (Red+Green+Blue) = 46+57+124=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E397C is #D1C683. Grayscale: #3D3D3D. Windows color (decimal): -13747844 or 8141102. OLE color: 8141102.

HSL color Cylindrical-coordinate representation of color #2E397C: hue angle of 231.54º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E397C is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4657124-
CMYK0.630.5400.51
HSL231.54º45.88%33.33%-
HSV(B)231.54º62.9%48.63%-
XYZ6.234.9619.7-
YUV61.35163.36117.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.26%
GREEN value IS 57 (22.66% from 255) = 25.11%
BLUE value IS 124 (48.83% from 255) = 54.63%
R=20.26%
G=25.11%
B=54.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46571240.630.5400.51231.5445.8833.33
Hex2E397C3F36033e82e21
Octal567117477660633505641
Binary1011101110011111100111111110110011001111101000101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,57,124); }

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

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

 a { background-color: rgb(46,57,124); }

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

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

 span { border-color: rgb(46,57,124); }

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