#2E3683

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

Shades of Torea Bay #2E3683

Tints of Torea Bay #2E3683

Color information

#2E3683 (or 0x2E3683) is unknown color: approx Torea Bay. HEX triplet: 2E, 36 and 83. RGB value is (46,54,131). Sum of RGB (Red+Green+Blue) = 46+54+131=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #2E3683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3683 is #D1C97C. Grayscale: #3C3C3C. Windows color (decimal): -13748605 or 8599086. OLE color: 8599086.

HSL color Cylindrical-coordinate representation of color #2E3683: hue angle of 234.35º 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 #2E3683 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4654131-
CMYK0.650.5900.49
HSL234.35º48.02%34.71%-
HSV(B)234.35º64.89%51.37%-
XYZ6.544.8622.07-
YUV60.39167.85117.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.91%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 131 (51.56% from 255) = 56.71%
R=19.91%
G=23.38%
B=56.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal46541310.650.5900.49234.3548.0234.71
Hex2E3683413B031ea3023
Octal5666203101730613526043
Binary101110110110100000111000001111011011000111101010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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