#343a79

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

Shades of Torea Bay #343A79

Tints of Torea Bay #343A79

Color information

#343A79 (or 0x343A79) is unknown color: approx Torea Bay. HEX triplet: 34, 3A and 79. RGB value is (52,58,121). Sum of RGB (Red+Green+Blue) = 52+58+121=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #343A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343A79 is #CBC586. Grayscale: #3F3F3F. Windows color (decimal): -13354375 or 7944756. OLE color: 7944756.

HSL color Cylindrical-coordinate representation of color #343A79: hue angle of 234.78º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #343A79 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5258121-
CMYK0.570.5200.53
HSL234.78º39.88%33.92%-
HSV(B)234.78º57.02%47.45%-
XYZ6.385.1418.74-
YUV63.39160.51119.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 58 (23.05% from 255) = 25.11%
BLUE value IS 121 (47.66% from 255) = 52.38%
R=22.51%
G=25.11%
B=52.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52581210.570.5200.53234.7839.8833.92
Hex343A793934035eb2822
Octal647217171640653535042
Binary1101001110101111001111001110100011010111101011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343a79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343a79; }

 p { color: rgb(52,58,121); }

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

<style>
 a { background-color: #343a79; }

 a { background-color: rgb(52,58,121); }

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

<style>
 span { border-color: #343a79; }

 span { border-color: rgb(52,58,121); }

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