#3A4378

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

Shades of Torea Bay #3A4378

Tints of Torea Bay #3A4378

Color information

#3A4378 (or 0x3A4378) is unknown color: approx Torea Bay. HEX triplet: 3A, 43 and 78. RGB value is (58,67,120). Sum of RGB (Red+Green+Blue) = 58+67+120=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A4378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4378 is #C5BC87. Grayscale: #464646. Windows color (decimal): -12958856 or 7881530. OLE color: 7881530.

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

Color convert

RGB5867120-
CMYK0.520.4400.53
HSL231.29º34.83%34.9%-
HSV(B)231.29º51.67%47.06%-
XYZ7.146.2718.6-
YUV70.35156.02119.19-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.67%
GREEN value IS 67 (26.56% from 255) = 27.35%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=23.67%
G=27.35%
B=48.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58671200.520.4400.53231.2934.8334.9
Hex3A4378342C035e72323
Octal7210317064540653474343
Binary11101010000111111000110100101100011010111100111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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