#375584

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

Shades of St Tropaz #375584

Tints of St Tropaz #375584

Color information

#375584 (or 0x375584) is unknown color: approx St Tropaz. HEX triplet: 37, 55 and 84. RGB value is (55,85,132). Sum of RGB (Red+Green+Blue) = 55+85+132=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #375584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375584 is #C8AA7B. Grayscale: #515151. Windows color (decimal): -13150844 or 8672567. OLE color: 8672567.

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

Color convert

RGB5585132-
CMYK0.580.3600.48
HSL216.62º41.18%36.67%-
HSV(B)216.62º58.33%51.76%-
XYZ8.998.9823.09-
YUV81.39156.56109.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.22%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 132 (51.95% from 255) = 48.53%
R=20.22%
G=31.25%
B=48.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55851320.580.3600.48216.6241.1836.67
Hex3755843A24030d92925
Octal6712520472440603315145
Binary110111101010110000100111010100100011000011011001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375584; }

 p { color: rgb(55,85,132); }

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

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

 a { background-color: rgb(55,85,132); }

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

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

 span { border-color: rgb(55,85,132); }

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