#343577

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

Shades of Torea Bay #343577

Tints of Torea Bay #343577

Color information

#343577 (or 0x343577) is unknown color: approx Torea Bay. HEX triplet: 34, 35 and 77. RGB value is (52,53,119). Sum of RGB (Red+Green+Blue) = 52+53+119=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #343577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343577 is #CBCA88. Grayscale: #3B3B3B. Windows color (decimal): -13355657 or 7812404. OLE color: 7812404.

HSL color Cylindrical-coordinate representation of color #343577: hue angle of 239.1º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #343577 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5253119-
CMYK0.560.5500.53
HSL239.1º39.18%33.53%-
HSV(B)239.1º56.3%46.67%-
XYZ6.024.6118.02-
YUV60.22161.17122.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.21%
GREEN value IS 53 (21.09% from 255) = 23.66%
BLUE value IS 119 (46.88% from 255) = 53.12%
R=23.21%
G=23.66%
B=53.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52531190.560.5500.53239.139.1833.53
Hex3435773837035ef2722
Octal646516770670653574742
Binary1101001101011110111111000110111011010111101111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343577; }

 p { color: rgb(52,53,119); }

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

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

 a { background-color: rgb(52,53,119); }

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

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

 span { border-color: rgb(52,53,119); }

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