#2E3682

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

Shades of Torea Bay #2E3682

Tints of Torea Bay #2E3682

Color information

#2E3682 (or 0x2E3682) is unknown color: approx Torea Bay. HEX triplet: 2E, 36 and 82. RGB value is (46,54,130). Sum of RGB (Red+Green+Blue) = 46+54+130=230 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E3682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3682 is #D1C97D. Grayscale: #3B3B3B. Windows color (decimal): -13748606 or 8533550. OLE color: 8533550.

HSL color Cylindrical-coordinate representation of color #2E3682: hue angle of 234.29º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E3682 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4654130-
CMYK0.650.5800.49
HSL234.29º47.73%34.51%-
HSV(B)234.29º64.62%50.98%-
XYZ6.484.8321.71-
YUV60.27167.35117.82-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 130 (51.17% from 255) = 56.52%
R=20%
G=23.48%
B=56.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal46541300.650.5800.49234.2947.7334.51
Hex2E3682413A031ea3023
Octal5666202101720613526043
Binary101110110110100000101000001111010011000111101010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,54,130); }

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

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

 a { background-color: rgb(46,54,130); }

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

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

 span { border-color: rgb(46,54,130); }

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