#3A3E75

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

Shades of Torea Bay #3A3E75

Tints of Torea Bay #3A3E75

Color information

#3A3E75 (or 0x3A3E75) is unknown color: approx Torea Bay. HEX triplet: 3A, 3E and 75. RGB value is (58,62,117). Sum of RGB (Red+Green+Blue) = 58+62+117=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A3E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3E75 is #C5C18A. Grayscale: #424242. Windows color (decimal): -12960139 or 7683642. OLE color: 7683642.

HSL color Cylindrical-coordinate representation of color #3A3E75: hue angle of 235.93º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A3E75 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5862117-
CMYK0.500.4700.54
HSL235.93º33.71%34.31%-
HSV(B)235.93º50.43%45.88%-
XYZ6.685.6317.56-
YUV67.07156.17121.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.47%
GREEN value IS 62 (24.61% from 255) = 26.16%
BLUE value IS 117 (46.09% from 255) = 49.37%
R=24.47%
G=26.16%
B=49.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58621170.500.4700.54235.9333.7134.31
Hex3A3E75322F036ec2222
Octal727616562570663544242
Binary1110101111101110101110010101111011011011101100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A3E75; }

 p { color: rgb(58,62,117); }

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

<style>
 a { background-color: #3A3E75; }

 a { background-color: rgb(58,62,117); }

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

<style>
 span { border-color: #3A3E75; }

 span { border-color: rgb(58,62,117); }

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