#343D6D

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

Shades of Torea Bay #343D6D

Tints of Torea Bay #343D6D

Color information

#343D6D (or 0x343D6D) is unknown color: approx Torea Bay. HEX triplet: 34, 3D and 6D. RGB value is (52,61,109). Sum of RGB (Red+Green+Blue) = 52+61+109=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #343D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D6D is #CBC292. Grayscale: #3F3F3F. Windows color (decimal): -13353619 or 7159092. OLE color: 7159092.

HSL color Cylindrical-coordinate representation of color #343D6D: hue angle of 230.53º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #343D6D is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5261109-
CMYK0.520.4400.57
HSL230.53º35.4%31.57%-
HSV(B)230.53º52.29%42.75%-
XYZ5.855.1715.16-
YUV63.78153.52119.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 61 (24.22% from 255) = 27.48%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=23.42%
G=27.48%
B=49.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52611090.520.4400.57230.5335.431.57
Hex343D6D342C039e72320
Octal647515564540713474340
Binary1101001111011101101110100101100011100111100111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,61,109); }

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

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

 a { background-color: rgb(52,61,109); }

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

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

 span { border-color: rgb(52,61,109); }

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