#2E377E

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

Shades of Torea Bay #2E377E

Tints of Torea Bay #2E377E

Color information

#2E377E (or 0x2E377E) is unknown color: approx Torea Bay. HEX triplet: 2E, 37 and 7E. RGB value is (46,55,126). Sum of RGB (Red+Green+Blue) = 46+55+126=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #2E377E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E377E is #D1C881. Grayscale: #3C3C3C. Windows color (decimal): -13748354 or 8271662. OLE color: 8271662.

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

Color convert

RGB4655126-
CMYK0.630.5600.51
HSL233.25º46.51%33.73%-
HSV(B)233.25º63.49%49.41%-
XYZ6.264.8220.34-
YUV60.4165.02117.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.26%
GREEN value IS 55 (21.88% from 255) = 24.23%
BLUE value IS 126 (49.61% from 255) = 55.51%
R=20.26%
G=24.23%
B=55.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46551260.630.5600.51233.2546.5133.73
Hex2E377E3F38033e92f22
Octal566717677700633515742
Binary1011101101111111110111111111000011001111101001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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