#2E3A84

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

Shades of Torea Bay #2E3A84

Tints of Torea Bay #2E3A84

Color information

#2E3A84 (or 0x2E3A84) is unknown color: approx Torea Bay. HEX triplet: 2E, 3A and 84. RGB value is (46,58,132). Sum of RGB (Red+Green+Blue) = 46+58+132=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E3A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3A84 is #D1C57B. Grayscale: #3E3E3E. Windows color (decimal): -13747580 or 8665646. OLE color: 8665646.

HSL color Cylindrical-coordinate representation of color #2E3A84: hue angle of 231.63º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E3A84 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4658132-
CMYK0.650.5600.48
HSL231.63º48.31%34.9%-
HSV(B)231.63º65.15%51.76%-
XYZ6.85.2722.49-
YUV62.85167.02115.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.49%
GREEN value IS 58 (23.05% from 255) = 24.58%
BLUE value IS 132 (51.95% from 255) = 55.93%
R=19.49%
G=24.58%
B=55.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46581320.650.5600.48231.6348.3134.9
Hex2E3A844138030e83023
Octal5672204101700603506043
Binary101110111010100001001000001111000011000011101000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,58,132); }

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

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

 a { background-color: rgb(46,58,132); }

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

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

 span { border-color: rgb(46,58,132); }

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