#2E366E

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

Shades of Torea Bay #2E366E

Tints of Torea Bay #2E366E

Color information

#2E366E (or 0x2E366E) is unknown color: approx Torea Bay. HEX triplet: 2E, 36 and 6E. RGB value is (46,54,110). Sum of RGB (Red+Green+Blue) = 46+54+110=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E366E is #D1C991. Grayscale: #393939. Windows color (decimal): -13748626 or 7222830. OLE color: 7222830.

HSL color Cylindrical-coordinate representation of color #2E366E: hue angle of 232.5º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E366E is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4654110-
CMYK0.580.5100.57
HSL232.5º41.03%30.59%-
HSV(B)232.5º58.18%43.14%-
XYZ5.264.3415.31-
YUV57.99157.35119.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.90%
GREEN value IS 54 (21.48% from 255) = 25.71%
BLUE value IS 110 (43.36% from 255) = 52.38%
R=21.90%
G=25.71%
B=52.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46541100.580.5100.57232.541.0330.59
Hex2E366E3A33039e8291f
Octal566615672630713505137
Binary101110110110110111011101011001101110011110100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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