#3A3C70

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

Shades of Torea Bay #3A3C70

Tints of Torea Bay #3A3C70

Color information

#3A3C70 (or 0x3A3C70) is unknown color: approx Torea Bay. HEX triplet: 3A, 3C and 70. RGB value is (58,60,112). Sum of RGB (Red+Green+Blue) = 58+60+112=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A3C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3C70 is #C5C38F. Grayscale: #414141. Windows color (decimal): -12960656 or 7355450. OLE color: 7355450.

HSL color Cylindrical-coordinate representation of color #3A3C70: hue angle of 237.78º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A3C70 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5860112-
CMYK0.480.4600.56
HSL237.78º31.76%33.33%-
HSV(B)237.78º48.21%43.92%-
XYZ6.295.316.02-
YUV65.33154.34122.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.22%
GREEN value IS 60 (23.83% from 255) = 26.09%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=25.22%
G=26.09%
B=48.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58601120.480.4600.56237.7831.7633.33
Hex3A3C70302E038ee2021
Octal727416060560703564041
Binary1110101111001110000110000101110011100011101110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,60,112); }

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

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

 a { background-color: rgb(58,60,112); }

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

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

 span { border-color: rgb(58,60,112); }

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