#345478

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

Shades of St Tropaz #345478

Tints of St Tropaz #345478

Color information

#345478 (or 0x345478) is unknown color: approx St Tropaz. HEX triplet: 34, 54 and 78. RGB value is (52,84,120). Sum of RGB (Red+Green+Blue) = 52+84+120=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #345478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345478 is #CBAB87. Grayscale: #4E4E4E. Windows color (decimal): -13347720 or 7885876. OLE color: 7885876.

HSL color Cylindrical-coordinate representation of color #345478: hue angle of 211.76º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #345478 is Cyan = 0.57, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5284120-
CMYK0.570.300.53
HSL211.76º39.53%33.73%-
HSV(B)211.76º56.67%47.06%-
XYZ7.988.4318.98-
YUV78.54151.4109.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.31%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 120 (47.27% from 255) = 46.88%
R=20.31%
G=32.81%
B=46.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52841200.570.300.53211.7639.5333.73
Hex345478391E035d42822
Octal6412417071360653245042
Binary1101001010100111100011100111110011010111010100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345478; }

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

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

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

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

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

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

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

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