#375379

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

Shades of St Tropaz #375379

Tints of St Tropaz #375379

Color information

#375379 (or 0x375379) is unknown color: approx St Tropaz. HEX triplet: 37, 53 and 79. RGB value is (55,83,121). Sum of RGB (Red+Green+Blue) = 55+83+121=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #375379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375379 is #C8AC86. Grayscale: #4E4E4E. Windows color (decimal): -13151367 or 7951159. OLE color: 7951159.

HSL color Cylindrical-coordinate representation of color #375379: hue angle of 214.55º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #375379 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5583121-
CMYK0.550.3100.53
HSL214.55º37.5%34.51%-
HSV(B)214.55º54.55%47.45%-
XYZ8.128.3819.28-
YUV78.96151.72110.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.24%
GREEN value IS 83 (32.81% from 255) = 32.05%
BLUE value IS 121 (47.66% from 255) = 46.72%
R=21.24%
G=32.05%
B=46.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55831210.550.3100.53214.5537.534.51
Hex375379371F035d72623
Octal6712317167370653274643
Binary1101111010011111100111011111111011010111010111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375379; }

 p { color: rgb(55,83,121); }

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

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

 a { background-color: rgb(55,83,121); }

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

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

 span { border-color: rgb(55,83,121); }

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