#2E3779

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

Shades of Torea Bay #2E3779

Tints of Torea Bay #2E3779

Color information

#2E3779 (or 0x2E3779) is unknown color: approx Torea Bay. HEX triplet: 2E, 37 and 79. RGB value is (46,55,121). Sum of RGB (Red+Green+Blue) = 46+55+121=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E3779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3779 is #D1C886. Grayscale: #3B3B3B. Windows color (decimal): -13748359 or 7943982. OLE color: 7943982.

HSL color Cylindrical-coordinate representation of color #2E3779: hue angle of 232.8º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E3779 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4655121-
CMYK0.620.5500.53
HSL232.8º44.91%32.75%-
HSV(B)232.8º61.98%47.45%-
XYZ5.944.6918.68-
YUV59.83162.52118.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.72%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 121 (47.66% from 255) = 54.50%
R=20.72%
G=24.77%
B=54.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46551210.620.5500.53232.844.9132.75
Hex2E37793E37035e92d21
Octal566717176670653515541
Binary1011101101111111001111110110111011010111101001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,55,121); }

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

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

 a { background-color: rgb(46,55,121); }

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

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

 span { border-color: rgb(46,55,121); }

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