#343D7F

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

Shades of Torea Bay #343D7F

Tints of Torea Bay #343D7F

Color information

#343D7F (or 0x343D7F) is unknown color: approx Torea Bay. HEX triplet: 34, 3D and 7F. RGB value is (52,61,127). Sum of RGB (Red+Green+Blue) = 52+61+127=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #343D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D7F is #CBC280. Grayscale: #414141. Windows color (decimal): -13353601 or 8338740. OLE color: 8338740.

HSL color Cylindrical-coordinate representation of color #343D7F: hue angle of 232.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #343D7F is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5261127-
CMYK0.590.5200.50
HSL232.8º41.9%35.1%-
HSV(B)232.8º59.06%49.8%-
XYZ6.925.620.8-
YUV65.83162.52118.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 61 (24.22% from 255) = 25.42%
BLUE value IS 127 (50% from 255) = 52.92%
R=21.67%
G=25.42%
B=52.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52611270.590.5200.50232.841.935.1
Hex343D7F3B34032e92a23
Octal647517773640623515243
Binary1101001111011111111111011110100011001011101001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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