#345581

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

Shades of St Tropaz #345581

Tints of St Tropaz #345581

Color information

#345581 (or 0x345581) is unknown color: approx St Tropaz. HEX triplet: 34, 55 and 81. RGB value is (52,85,129). Sum of RGB (Red+Green+Blue) = 52+85+129=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 129 - color contains mainly: blue. Hex color #345581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345581 is #CBAA7E. Grayscale: #4F4F4F. Windows color (decimal): -13347455 or 8475956. OLE color: 8475956.

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

Color convert

RGB5285129-
CMYK0.600.3400.49
HSL214.29º42.54%35.49%-
HSV(B)214.29º59.69%50.59%-
XYZ8.638.8122.02-
YUV80.15155.57107.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.55%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 129 (50.78% from 255) = 48.50%
R=19.55%
G=31.95%
B=48.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52851290.600.3400.49214.2942.5435.49
Hex3455813C22031d62b23
Octal6412520174420613265343
Binary110100101010110000001111100100010011000111010110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345581; }

 p { color: rgb(52,85,129); }

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

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

 a { background-color: rgb(52,85,129); }

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

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

 span { border-color: rgb(52,85,129); }

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