#343A74

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

Shades of Torea Bay #343A74

Tints of Torea Bay #343A74

Color information

#343A74 (or 0x343A74) is unknown color: approx Torea Bay. HEX triplet: 34, 3A and 74. RGB value is (52,58,116). Sum of RGB (Red+Green+Blue) = 52+58+116=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #343A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343A74 is #CBC58B. Grayscale: #3E3E3E. Windows color (decimal): -13354380 or 7617076. OLE color: 7617076.

HSL color Cylindrical-coordinate representation of color #343A74: hue angle of 234.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #343A74 is Cyan = 0.55, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5258116-
CMYK0.550.500.55
HSL234.38º38.1%32.94%-
HSV(B)234.38º55.17%45.49%-
XYZ6.085.0217.17-
YUV62.82158.01120.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.01%
GREEN value IS 58 (23.05% from 255) = 25.66%
BLUE value IS 116 (45.70% from 255) = 51.33%
R=23.01%
G=25.66%
B=51.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52581160.550.500.55234.3838.132.94
Hex343A743732037ea2621
Octal647216467620673524641
Binary1101001110101110100110111110010011011111101010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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