#375076

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

Shades of St Tropaz #375076

Tints of St Tropaz #375076

Color information

#375076 (or 0x375076) is unknown color: approx St Tropaz. HEX triplet: 37, 50 and 76. RGB value is (55,80,118). Sum of RGB (Red+Green+Blue) = 55+80+118=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #375076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375076 is #C8AF89. Grayscale: #4C4C4C. Windows color (decimal): -13152138 or 7753783. OLE color: 7753783.

HSL color Cylindrical-coordinate representation of color #375076: hue angle of 216.19º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #375076 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5580118-
CMYK0.530.3200.54
HSL216.19º36.42%33.92%-
HSV(B)216.19º53.39%46.27%-
XYZ7.717.8618.25-
YUV76.86151.22112.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.74%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=21.74%
G=31.62%
B=46.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55801180.530.3200.54216.1936.4233.92
Hex3750763520036d82422
Octal6712016665400663304442
Binary11011110100001110110110101100000011011011011000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375076; }

 p { color: rgb(55,80,118); }

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

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

 a { background-color: rgb(55,80,118); }

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

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

 span { border-color: rgb(55,80,118); }

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