#343C75

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

Shades of Torea Bay #343C75

Tints of Torea Bay #343C75

Color information

#343C75 (or 0x343C75) is unknown color: approx Torea Bay. HEX triplet: 34, 3C and 75. RGB value is (52,60,117). Sum of RGB (Red+Green+Blue) = 52+60+117=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #343C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343C75 is #CBC38A. Grayscale: #3F3F3F. Windows color (decimal): -13353867 or 7683124. OLE color: 7683124.

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

Color convert

RGB5260117-
CMYK0.560.4900.54
HSL232.62º38.46%33.14%-
HSV(B)232.62º55.56%45.88%-
XYZ6.245.2517.51-
YUV64.11157.85119.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.71%
GREEN value IS 60 (23.83% from 255) = 26.20%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=22.71%
G=26.20%
B=51.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52601170.560.4900.54232.6238.4633.14
Hex343C753831036e92621
Octal647416570610663514641
Binary1101001111001110101111000110001011011011101001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343C75; }

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

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

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

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

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

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

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

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