#343B7D

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

Shades of Torea Bay #343B7D

Tints of Torea Bay #343B7D

Color information

#343B7D (or 0x343B7D) is unknown color: approx Torea Bay. HEX triplet: 34, 3B and 7D. RGB value is (52,59,125). Sum of RGB (Red+Green+Blue) = 52+59+125=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #343B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B7D is #CBC482. Grayscale: #404040. Windows color (decimal): -13354115 or 8207156. OLE color: 8207156.

HSL color Cylindrical-coordinate representation of color #343B7D: hue angle of 234.25º 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 #343B7D is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5259125-
CMYK0.580.5300.51
HSL234.25º41.24%34.71%-
HSV(B)234.25º58.4%49.02%-
XYZ6.685.3420.08-
YUV64.43162.18119.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.03%
GREEN value IS 59 (23.44% from 255) = 25%
BLUE value IS 125 (49.22% from 255) = 52.97%
R=22.03%
G=25%
B=52.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52591250.580.5300.51234.2541.2434.71
Hex343B7D3A35033ea2923
Octal647317572650633525143
Binary1101001110111111101111010110101011001111101010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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