#2E3077

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

Shades of Torea Bay #2E3077

Tints of Torea Bay #2E3077

Color information

#2E3077 (or 0x2E3077) is unknown color: approx Torea Bay. HEX triplet: 2E, 30 and 77. RGB value is (46,48,119). Sum of RGB (Red+Green+Blue) = 46+48+119=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #2E3077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3077 is #D1CF88. Grayscale: #373737. Windows color (decimal): -13750153 or 7811118. OLE color: 7811118.

HSL color Cylindrical-coordinate representation of color #2E3077: hue angle of 238.36º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E3077 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4648119-
CMYK0.610.6000.53
HSL238.36º44.24%32.35%-
HSV(B)238.36º61.34%46.67%-
XYZ5.514.0317.94-
YUV55.5163.84121.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.60%
GREEN value IS 48 (19.14% from 255) = 22.54%
BLUE value IS 119 (46.88% from 255) = 55.87%
R=21.60%
G=22.54%
B=55.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46481190.610.6000.53238.3644.2432.35
Hex2E30773D3C035ee2c20
Octal566016775740653565440
Binary1011101100001110111111101111100011010111101110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,48,119); }

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

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

 a { background-color: rgb(46,48,119); }

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

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

 span { border-color: rgb(46,48,119); }

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