#345382

Color #345382 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #345382

Tints of St Tropaz #345382

Color information

#345382 (or 0x345382) is unknown color: approx St Tropaz. HEX triplet: 34, 53 and 82. RGB value is (52,83,130). Sum of RGB (Red+Green+Blue) = 52+83+130=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #345382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345382 is #CBAC7D. Grayscale: #4E4E4E. Windows color (decimal): -13347966 or 8540980. OLE color: 8540980.

HSL color Cylindrical-coordinate representation of color #345382: hue angle of 216.15º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #345382 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5283130-
CMYK0.600.3600.49
HSL216.15º42.86%35.69%-
HSV(B)216.15º60%50.98%-
XYZ8.548.5322.32-
YUV79.09156.73108.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 130 (51.17% from 255) = 49.06%
R=19.62%
G=31.32%
B=49.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52831300.600.3600.49216.1542.8635.69
Hex3453823C24031d82b24
Octal6412320274440613305344
Binary110100101001110000010111100100100011000111011000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345382; }

 p { color: rgb(52,83,130); }

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

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

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

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

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

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

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