#2E3877

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

Shades of Torea Bay #2E3877

Tints of Torea Bay #2E3877

Color information

#2E3877 (or 0x2E3877) is unknown color: approx Torea Bay. HEX triplet: 2E, 38 and 77. RGB value is (46,56,119). Sum of RGB (Red+Green+Blue) = 46+56+119=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #2E3877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3877 is #D1C788. Grayscale: #3B3B3B. Windows color (decimal): -13748105 or 7813166. OLE color: 7813166.

HSL color Cylindrical-coordinate representation of color #2E3877: hue angle of 231.78º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E3877 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4656119-
CMYK0.610.5300.53
HSL231.78º44.24%32.35%-
HSV(B)231.78º61.34%46.67%-
XYZ5.874.7418.06-
YUV60.19161.19117.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.81%
GREEN value IS 56 (22.27% from 255) = 25.34%
BLUE value IS 119 (46.88% from 255) = 53.85%
R=20.81%
G=25.34%
B=53.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46561190.610.5300.53231.7844.2432.35
Hex2E38773D35035e82c20
Octal567016775650653505440
Binary1011101110001110111111101110101011010111101000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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