#375073

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

Shades of St Tropaz #375073

Tints of St Tropaz #375073

Color information

#375073 (or 0x375073) is unknown color: approx St Tropaz. HEX triplet: 37, 50 and 73. RGB value is (55,80,115). Sum of RGB (Red+Green+Blue) = 55+80+115=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #375073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375073 is #C8AF8C. Grayscale: #4C4C4C. Windows color (decimal): -13152141 or 7557175. OLE color: 7557175.

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

Color convert

RGB5580115-
CMYK0.520.3000.55
HSL215º35.29%33.33%-
HSV(B)215º52.17%45.1%-
XYZ7.547.7917.33-
YUV76.52149.72112.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 115 (45.31% from 255) = 46%
R=22%
G=32%
B=46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55801150.520.3000.5521535.2933.33
Hex375073341E037d72321
Octal6712016364360673274341
Binary1101111010000111001111010011110011011111010111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375073; }

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

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

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

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

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

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

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

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