#343B6F

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

Shades of Torea Bay #343B6F

Tints of Torea Bay #343B6F

Color information

#343B6F (or 0x343B6F) is unknown color: approx Torea Bay. HEX triplet: 34, 3B and 6F. RGB value is (52,59,111). Sum of RGB (Red+Green+Blue) = 52+59+111=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #343B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B6F is #CBC490. Grayscale: #3E3E3E. Windows color (decimal): -13354129 or 7289652. OLE color: 7289652.

HSL color Cylindrical-coordinate representation of color #343B6F: hue angle of 232.88º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #343B6F is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5259111-
CMYK0.530.4700.56
HSL232.88º36.2%31.96%-
HSV(B)232.88º53.15%43.53%-
XYZ5.855.0115.7-
YUV62.83155.18120.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 59 (23.44% from 255) = 26.58%
BLUE value IS 111 (43.75% from 255) = 50%
R=23.42%
G=26.58%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52591110.530.4700.56232.8836.231.96
Hex343B6F352F038e92420
Octal647315765570703514440
Binary1101001110111101111110101101111011100011101001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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