#2E377B

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

Shades of Torea Bay #2E377B

Tints of Torea Bay #2E377B

Color information

#2E377B (or 0x2E377B) is unknown color: approx Torea Bay. HEX triplet: 2E, 37 and 7B. RGB value is (46,55,123). Sum of RGB (Red+Green+Blue) = 46+55+123=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E377B is #D1C884. Grayscale: #3B3B3B. Windows color (decimal): -13748357 or 8075054. OLE color: 8075054.

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

Color convert

RGB4655123-
CMYK0.630.5500.52
HSL232.99º45.56%33.14%-
HSV(B)232.99º62.6%48.24%-
XYZ6.074.7419.33-
YUV60.06163.52117.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.54%
GREEN value IS 55 (21.88% from 255) = 24.55%
BLUE value IS 123 (48.44% from 255) = 54.91%
R=20.54%
G=24.55%
B=54.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46551230.630.5500.52232.9945.5633.14
Hex2E377B3F37034e92e21
Octal566717377670643515641
Binary1011101101111111011111111110111011010011101001101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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