#343B6A

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

Shades of Bay Of Many #343B6A

Tints of Bay Of Many #343B6A

Color information

#343B6A (or 0x343B6A) is unknown color: approx Bay Of Many. HEX triplet: 34, 3B and 6A. RGB value is (52,59,106). Sum of RGB (Red+Green+Blue) = 52+59+106=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #343B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B6A is #CBC495. Grayscale: #3E3E3E. Windows color (decimal): -13354134 or 6961972. OLE color: 6961972.

HSL color Cylindrical-coordinate representation of color #343B6A: hue angle of 232.22º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #343B6A is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5259106-
CMYK0.510.4400.58
HSL232.22º34.18%30.98%-
HSV(B)232.22º50.94%41.57%-
XYZ5.584.914.29-
YUV62.26152.68120.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 59 (23.44% from 255) = 27.19%
BLUE value IS 106 (41.80% from 255) = 48.85%
R=23.96%
G=27.19%
B=48.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52591060.510.4400.58232.2234.1830.98
Hex343B6A332C03Ae8221f
Octal647315263540723504237
Binary110100111011110101011001110110001110101110100010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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