#343B75

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

Shades of Torea Bay #343B75

Tints of Torea Bay #343B75

Color information

#343B75 (or 0x343B75) is unknown color: approx Torea Bay. HEX triplet: 34, 3B and 75. RGB value is (52,59,117). Sum of RGB (Red+Green+Blue) = 52+59+117=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #343B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B75 is #CBC48A. Grayscale: #3F3F3F. Windows color (decimal): -13354123 or 7682868. OLE color: 7682868.

HSL color Cylindrical-coordinate representation of color #343B75: hue angle of 233.54º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #343B75 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5259117-
CMYK0.560.5000.54
HSL233.54º38.46%33.14%-
HSV(B)233.54º55.56%45.88%-
XYZ6.195.1417.5-
YUV63.52158.18119.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.81%
GREEN value IS 59 (23.44% from 255) = 25.88%
BLUE value IS 117 (46.09% from 255) = 51.32%
R=22.81%
G=25.88%
B=51.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52591170.560.5000.54233.5438.4633.14
Hex343B753832036ea2621
Octal647316570620663524641
Binary1101001110111110101111000110010011011011101010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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