#343875

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

Shades of Torea Bay #343875

Tints of Torea Bay #343875

Color information

#343875 (or 0x343875) is unknown color: approx Torea Bay. HEX triplet: 34, 38 and 75. RGB value is (52,56,117). Sum of RGB (Red+Green+Blue) = 52+56+117=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #343875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343875 is #CBC78A. Grayscale: #3D3D3D. Windows color (decimal): -13354891 or 7682100. OLE color: 7682100.

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

Color convert

RGB5256117-
CMYK0.560.5200.54
HSL236.31º38.46%33.14%-
HSV(B)236.31º55.56%45.88%-
XYZ6.044.8417.45-
YUV61.76159.17121.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 117 (46.09% from 255) = 52%
R=23.11%
G=24.89%
B=52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52561170.560.5200.54236.3138.4633.14
Hex3438753834036ec2621
Octal647016570640663544641
Binary1101001110001110101111000110100011011011101100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343875; }

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

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

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

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

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

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

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

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