#343475

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

Shades of Torea Bay #343475

Tints of Torea Bay #343475

Color information

#343475 (or 0x343475) is unknown color: approx Torea Bay. HEX triplet: 34, 34 and 75. RGB value is (52,52,117). Sum of RGB (Red+Green+Blue) = 52+52+117=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #343475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343475 is #CBCB8A. Grayscale: #3B3B3B. Windows color (decimal): -13355915 or 7681076. OLE color: 7681076.

HSL color Cylindrical-coordinate representation of color #343475: hue angle of 240º 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 #343475 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5252117-
CMYK0.560.5600.54
HSL240º38.46%33.14%-
HSV(B)240º55.56%45.88%-
XYZ5.864.4717.38-
YUV59.41160.5122.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.53%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=23.53%
G=23.53%
B=52.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52521170.560.5600.5424038.4633.14
Hex3434753838036f02621
Octal646416570700663604641
Binary1101001101001110101111000111000011011011110000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343475; }

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

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

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

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

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

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

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

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