#343675

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

Shades of Torea Bay #343675

Tints of Torea Bay #343675

Color information

#343675 (or 0x343675) is unknown color: approx Torea Bay. HEX triplet: 34, 36 and 75. RGB value is (52,54,117). Sum of RGB (Red+Green+Blue) = 52+54+117=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #343675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343675 is #CBC98A. Grayscale: #3C3C3C. Windows color (decimal): -13355403 or 7681588. OLE color: 7681588.

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

Color convert

RGB5254117-
CMYK0.560.5400.54
HSL238.15º38.46%33.14%-
HSV(B)238.15º55.56%45.88%-
XYZ5.954.6517.41-
YUV60.58159.84121.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 54 (21.48% from 255) = 24.22%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=23.32%
G=24.22%
B=52.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52541170.560.5400.54238.1538.4633.14
Hex3436753836036ee2621
Octal646616570660663564641
Binary1101001101101110101111000110110011011011101110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343675; }

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

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

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

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

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

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

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

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