#2E307D

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

Shades of Torea Bay #2E307D

Tints of Torea Bay #2E307D

Color information

#2E307D (or 0x2E307D) is unknown color: approx Torea Bay. HEX triplet: 2E, 30 and 7D. RGB value is (46,48,125). Sum of RGB (Red+Green+Blue) = 46+48+125=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E307D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E307D is #D1CF82. Grayscale: #373737. Windows color (decimal): -13750147 or 8204334. OLE color: 8204334.

HSL color Cylindrical-coordinate representation of color #2E307D: hue angle of 238.48º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E307D is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4648125-
CMYK0.630.6200.51
HSL238.48º46.2%33.53%-
HSV(B)238.48º63.2%49.02%-
XYZ5.894.1819.9-
YUV56.18166.84120.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.00%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 125 (49.22% from 255) = 57.08%
R=21.00%
G=21.92%
B=57.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46481250.630.6200.51238.4846.233.53
Hex2E307D3F3E033ee2e22
Octal566017577760633565642
Binary1011101100001111101111111111110011001111101110101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E307D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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