#345484

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

Shades of St Tropaz #345484

Tints of St Tropaz #345484

Color information

#345484 (or 0x345484) is unknown color: approx St Tropaz. HEX triplet: 34, 54 and 84. RGB value is (52,84,132). Sum of RGB (Red+Green+Blue) = 52+84+132=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #345484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345484 is #CBAB7B. Grayscale: #4F4F4F. Windows color (decimal): -13347708 or 8672308. OLE color: 8672308.

HSL color Cylindrical-coordinate representation of color #345484: hue angle of 216º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #345484 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5284132-
CMYK0.610.3600.48
HSL216º43.48%36.08%-
HSV(B)216º60.61%51.76%-
XYZ8.758.7423.05-
YUV79.9157.4108.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.40%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 132 (51.95% from 255) = 49.25%
R=19.40%
G=31.34%
B=49.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52841320.610.3600.4821643.4836.08
Hex3454843D24030d82b24
Octal6412420475440603305344
Binary110100101010010000100111101100100011000011011000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345484; }

 p { color: rgb(52,84,132); }

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

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

 a { background-color: rgb(52,84,132); }

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

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

 span { border-color: rgb(52,84,132); }

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