#375480

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

Shades of St Tropaz #375480

Tints of St Tropaz #375480

Color information

#375480 (or 0x375480) is unknown color: approx St Tropaz. HEX triplet: 37, 54 and 80. RGB value is (55,84,128). Sum of RGB (Red+Green+Blue) = 55+84+128=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #375480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375480 is #C8AB7F. Grayscale: #505050. Windows color (decimal): -13151104 or 8410167. OLE color: 8410167.

HSL color Cylindrical-coordinate representation of color #375480: hue angle of 216.16º 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 #375480 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5584128-
CMYK0.570.3400.50
HSL216.16º39.89%35.88%-
HSV(B)216.16º57.03%50.2%-
XYZ8.648.7121.65-
YUV80.34154.89109.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.60%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 128 (50.39% from 255) = 47.94%
R=20.60%
G=31.46%
B=47.94%

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
Decimal55841280.570.3400.50216.1639.8935.88
Hex3754803922032d82824
Octal6712420071420623305044
Binary110111101010010000000111001100010011001011011000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375480; }

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

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

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

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

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

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

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

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