#375580

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

Shades of St Tropaz #375580

Tints of St Tropaz #375580

Color information

#375580 (or 0x375580) is unknown color: approx St Tropaz. HEX triplet: 37, 55 and 80. RGB value is (55,85,128). Sum of RGB (Red+Green+Blue) = 55+85+128=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #375580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375580 is #C8AA7F. Grayscale: #505050. Windows color (decimal): -13150848 or 8410423. OLE color: 8410423.

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

Color convert

RGB5585128-
CMYK0.570.3400.50
HSL215.34º39.89%35.88%-
HSV(B)215.34º57.03%50.2%-
XYZ8.728.8721.67-
YUV80.93154.56109.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.52%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 128 (50.39% from 255) = 47.76%
R=20.52%
G=31.72%
B=47.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55851280.570.3400.50215.3439.8935.88
Hex3755803922032d72824
Octal6712520071420623275044
Binary110111101010110000000111001100010011001011010111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375580; }

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

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

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

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

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

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

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

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