#375376

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

Shades of St Tropaz #375376

Tints of St Tropaz #375376

Color information

#375376 (or 0x375376) is unknown color: approx St Tropaz. HEX triplet: 37, 53 and 76. RGB value is (55,83,118). Sum of RGB (Red+Green+Blue) = 55+83+118=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #375376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375376 is #C8AC89. Grayscale: #4E4E4E. Windows color (decimal): -13151370 or 7754551. OLE color: 7754551.

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

Color convert

RGB5583118-
CMYK0.530.3000.54
HSL213.33º36.42%33.92%-
HSV(B)213.33º53.39%46.27%-
XYZ7.948.3118.32-
YUV78.62150.22111.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 118 (46.48% from 255) = 46.09%
R=21.48%
G=32.42%
B=46.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55831180.530.3000.54213.3336.4233.92
Hex375376351E036d52422
Octal6712316665360663254442
Binary1101111010011111011011010111110011011011010101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375376; }

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

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

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

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

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

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

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

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