#375479

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

Shades of St Tropaz #375479

Tints of St Tropaz #375479

Color information

#375479 (or 0x375479) is unknown color: approx St Tropaz. HEX triplet: 37, 54 and 79. RGB value is (55,84,121). Sum of RGB (Red+Green+Blue) = 55+84+121=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 121 - color contains mainly: blue. Hex color #375479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375479 is #C8AB86. Grayscale: #4F4F4F. Windows color (decimal): -13151111 or 7951415. OLE color: 7951415.

HSL color Cylindrical-coordinate representation of color #375479: hue angle of 213.64º 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 #375479 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5584121-
CMYK0.550.3100.53
HSL213.64º37.5%34.51%-
HSV(B)213.64º54.55%47.45%-
XYZ8.28.5319.3-
YUV79.55151.39110.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 84 (33.20% from 255) = 32.31%
BLUE value IS 121 (47.66% from 255) = 46.54%
R=21.15%
G=32.31%
B=46.54%

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
Decimal55841210.550.3100.53213.6437.534.51
Hex375479371F035d62623
Octal6712417167370653264643
Binary1101111010100111100111011111111011010111010110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375479; }

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

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

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

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

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

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

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

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