#343975

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

Shades of Torea Bay #343975

Tints of Torea Bay #343975

Color information

#343975 (or 0x343975) is unknown color: approx Torea Bay. HEX triplet: 34, 39 and 75. RGB value is (52,57,117). Sum of RGB (Red+Green+Blue) = 52+57+117=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #343975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343975 is #CBC68A. Grayscale: #3E3E3E. Windows color (decimal): -13354635 or 7682356. OLE color: 7682356.

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

Color convert

RGB5257117-
CMYK0.560.5100.54
HSL235.38º38.46%33.14%-
HSV(B)235.38º55.56%45.88%-
XYZ6.094.9417.46-
YUV62.34158.84120.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.01%
GREEN value IS 57 (22.66% from 255) = 25.22%
BLUE value IS 117 (46.09% from 255) = 51.77%
R=23.01%
G=25.22%
B=51.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52571170.560.5100.54235.3838.4633.14
Hex3439753833036eb2621
Octal647116570630663534641
Binary1101001110011110101111000110011011011011101011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343975; }

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

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

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

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

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

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

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

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