#375179

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

Shades of St Tropaz #375179

Tints of St Tropaz #375179

Color information

#375179 (or 0x375179) is unknown color: approx St Tropaz. HEX triplet: 37, 51 and 79. RGB value is (55,81,121). Sum of RGB (Red+Green+Blue) = 55+81+121=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #375179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375179 is #C8AE86. Grayscale: #4D4D4D. Windows color (decimal): -13151879 or 7950647. OLE color: 7950647.

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

Color convert

RGB5581121-
CMYK0.550.3300.53
HSL216.36º37.5%34.51%-
HSV(B)216.36º54.55%47.45%-
XYZ7.978.0819.23-
YUV77.79152.39111.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 121 (47.66% from 255) = 47.08%
R=21.40%
G=31.52%
B=47.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55811210.550.3300.53216.3637.534.51
Hex3751793721035d82623
Octal6712117167410653304643
Binary11011110100011111001110111100001011010111011000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375179; }

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

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

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

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

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

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

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

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