#3A4478

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

Shades of Torea Bay #3A4478

Tints of Torea Bay #3A4478

Color information

#3A4478 (or 0x3A4478) is unknown color: approx Torea Bay. HEX triplet: 3A, 44 and 78. RGB value is (58,68,120). Sum of RGB (Red+Green+Blue) = 58+68+120=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A4478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4478 is #C5BB87. Grayscale: #464646. Windows color (decimal): -12958600 or 7881786. OLE color: 7881786.

HSL color Cylindrical-coordinate representation of color #3A4478: hue angle of 230.32º 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 #3A4478 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5868120-
CMYK0.520.4300.53
HSL230.32º34.83%34.9%-
HSV(B)230.32º51.67%47.06%-
XYZ7.26.3918.62-
YUV70.94155.69118.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.58%
GREEN value IS 68 (26.95% from 255) = 27.64%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=23.58%
G=27.64%
B=48.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58681200.520.4300.53230.3234.8334.9
Hex3A4478342B035e62323
Octal7210417064530653464343
Binary11101010001001111000110100101011011010111100110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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