#2E347A

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

Shades of Torea Bay #2E347A

Tints of Torea Bay #2E347A

Color information

#2E347A (or 0x2E347A) is unknown color: approx Torea Bay. HEX triplet: 2E, 34 and 7A. RGB value is (46,52,122). Sum of RGB (Red+Green+Blue) = 46+52+122=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E347A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E347A is #D1CB85. Grayscale: #393939. Windows color (decimal): -13749126 or 8008750. OLE color: 8008750.

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

Color convert

RGB4652122-
CMYK0.620.5700.52
HSL235.26º45.24%32.94%-
HSV(B)235.26º62.3%47.84%-
XYZ5.874.4418.96-
YUV58.19164.01119.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.91%
GREEN value IS 52 (20.70% from 255) = 23.64%
BLUE value IS 122 (48.05% from 255) = 55.45%
R=20.91%
G=23.64%
B=55.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46521220.620.5700.52235.2645.2432.94
Hex2E347A3E39034eb2d21
Octal566417276710643535541
Binary1011101101001111010111110111001011010011101011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,52,122); }

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

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

 a { background-color: rgb(46,52,122); }

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

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

 span { border-color: rgb(46,52,122); }

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