#3A4178

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

Shades of Torea Bay #3A4178

Tints of Torea Bay #3A4178

Color information

#3A4178 (or 0x3A4178) is unknown color: approx Torea Bay. HEX triplet: 3A, 41 and 78. RGB value is (58,65,120). Sum of RGB (Red+Green+Blue) = 58+65+120=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A4178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4178 is #C5BE87. Grayscale: #444444. Windows color (decimal): -12959368 or 7881018. OLE color: 7881018.

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

Color convert

RGB5865120-
CMYK0.520.4600.53
HSL233.23º34.83%34.9%-
HSV(B)233.23º51.67%47.06%-
XYZ7.036.0418.56-
YUV69.18156.68120.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.87%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 120 (47.27% from 255) = 49.38%
R=23.87%
G=26.75%
B=49.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58651200.520.4600.53233.2334.8334.9
Hex3A4178342E035e92323
Octal7210117064560653514343
Binary11101010000011111000110100101110011010111101001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,65,120); }

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

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

 a { background-color: rgb(58,65,120); }

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

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

 span { border-color: rgb(58,65,120); }

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