#343B7C

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

Shades of Torea Bay #343B7C

Tints of Torea Bay #343B7C

Color information

#343B7C (or 0x343B7C) is unknown color: approx Torea Bay. HEX triplet: 34, 3B and 7C. RGB value is (52,59,124). Sum of RGB (Red+Green+Blue) = 52+59+124=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #343B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B7C is #CBC483. Grayscale: #404040. Windows color (decimal): -13354116 or 8141620. OLE color: 8141620.

HSL color Cylindrical-coordinate representation of color #343B7C: hue angle of 234.17º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #343B7C is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5259124-
CMYK0.580.5200.51
HSL234.17º40.91%34.51%-
HSV(B)234.17º58.06%48.63%-
XYZ6.625.3119.75-
YUV64.32161.68119.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.13%
GREEN value IS 59 (23.44% from 255) = 25.11%
BLUE value IS 124 (48.83% from 255) = 52.77%
R=22.13%
G=25.11%
B=52.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52591240.580.5200.51234.1740.9134.51
Hex343B7C3A34033ea2923
Octal647317472640633525143
Binary1101001110111111100111010110100011001111101010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,59,124); }

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

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

 a { background-color: rgb(52,59,124); }

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

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

 span { border-color: rgb(52,59,124); }

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