#375172

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

Shades of St Tropaz #375172

Tints of St Tropaz #375172

Color information

#375172 (or 0x375172) is unknown color: approx St Tropaz. HEX triplet: 37, 51 and 72. RGB value is (55,81,114). Sum of RGB (Red+Green+Blue) = 55+81+114=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #375172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375172 is #C8AE8D. Grayscale: #4C4C4C. Windows color (decimal): -13151886 or 7491895. OLE color: 7491895.

HSL color Cylindrical-coordinate representation of color #375172: hue angle of 213.56º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #375172 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5581114-
CMYK0.520.2900.55
HSL213.56º34.91%33.14%-
HSV(B)213.56º51.75%44.71%-
XYZ7.567.9117.05-
YUV76.99148.89112.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 114 (44.92% from 255) = 45.6%
R=22%
G=32.4%
B=45.6%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55811140.520.2900.55213.5634.9133.14
Hex375172341D037d62321
Octal6712116264350673264341
Binary1101111010001111001011010011101011011111010110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375172; }

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

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

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

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

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

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

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

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