#343E7F

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

Shades of Torea Bay #343E7F

Tints of Torea Bay #343E7F

Color information

#343E7F (or 0x343E7F) is unknown color: approx Torea Bay. HEX triplet: 34, 3E and 7F. RGB value is (52,62,127). Sum of RGB (Red+Green+Blue) = 52+62+127=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #343E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343E7F is #CBC180. Grayscale: #424242. Windows color (decimal): -13353345 or 8338996. OLE color: 8338996.

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

Color convert

RGB5262127-
CMYK0.590.5100.50
HSL232º41.9%35.1%-
HSV(B)232º59.06%49.8%-
XYZ6.975.7120.81-
YUV66.42162.19117.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.58%
GREEN value IS 62 (24.61% from 255) = 25.73%
BLUE value IS 127 (50% from 255) = 52.70%
R=21.58%
G=25.73%
B=52.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52621270.590.5100.5023241.935.1
Hex343E7F3B33032e82a23
Octal647617773630623505243
Binary1101001111101111111111011110011011001011101000101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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