#343E7C

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

Shades of Torea Bay #343E7C

Tints of Torea Bay #343E7C

Color information

#343E7C (or 0x343E7C) is unknown color: approx Torea Bay. HEX triplet: 34, 3E and 7C. RGB value is (52,62,124). Sum of RGB (Red+Green+Blue) = 52+62+124=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #343E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343E7C is #CBC183. Grayscale: #414141. Windows color (decimal): -13353348 or 8142388. OLE color: 8142388.

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

Color convert

RGB5262124-
CMYK0.580.500.51
HSL231.67º40.91%34.51%-
HSV(B)231.67º58.06%48.63%-
XYZ6.785.6319.8-
YUV66.08160.69117.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 62 (24.61% from 255) = 26.05%
BLUE value IS 124 (48.83% from 255) = 52.10%
R=21.85%
G=26.05%
B=52.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52621240.580.500.51231.6740.9134.51
Hex343E7C3A32033e82923
Octal647617472620633505143
Binary1101001111101111100111010110010011001111101000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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