#2E327D

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

Shades of Torea Bay #2E327D

Tints of Torea Bay #2E327D

Color information

#2E327D (or 0x2E327D) is unknown color: approx Torea Bay. HEX triplet: 2E, 32 and 7D. RGB value is (46,50,125). Sum of RGB (Red+Green+Blue) = 46+50+125=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E327D is #D1CD82. Grayscale: #393939. Windows color (decimal): -13749635 or 8204846. OLE color: 8204846.

HSL color Cylindrical-coordinate representation of color #2E327D: hue angle of 236.96º degrees, saturation: 0.46, 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 #2E327D is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4650125-
CMYK0.630.6000.51
HSL236.96º46.2%33.53%-
HSV(B)236.96º63.2%49.02%-
XYZ5.974.3419.93-
YUV57.35166.17119.9-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.81%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 125 (49.22% from 255) = 56.56%
R=20.81%
G=22.62%
B=56.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46501250.630.6000.51236.9646.233.53
Hex2E327D3F3C033ed2e22
Octal566217577740633555642
Binary1011101100101111101111111111100011001111101101101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E327D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,50,125); }

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

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

 a { background-color: rgb(46,50,125); }

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

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

 span { border-color: rgb(46,50,125); }

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