#3A4076

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

Shades of Torea Bay #3A4076

Tints of Torea Bay #3A4076

Color information

#3A4076 (or 0x3A4076) is unknown color: approx Torea Bay. HEX triplet: 3A, 40 and 76. RGB value is (58,64,118). Sum of RGB (Red+Green+Blue) = 58+64+118=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A4076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4076 is #C5BF89. Grayscale: #444444. Windows color (decimal): -12959626 or 7749690. OLE color: 7749690.

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

Color convert

RGB5864118-
CMYK0.510.4600.54
HSL234º34.09%34.51%-
HSV(B)234º50.85%46.27%-
XYZ6.855.8717.91-
YUV68.36156.01120.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.17%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=24.17%
G=26.67%
B=49.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58641180.510.4600.5423434.0934.51
Hex3A4076332E036ea2223
Octal7210016663560663524243
Binary11101010000001110110110011101110011011011101010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,64,118); }

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

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

 a { background-color: rgb(58,64,118); }

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

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

 span { border-color: rgb(58,64,118); }

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