#375A85

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

Shades of St Tropaz #375A85

Tints of St Tropaz #375A85

Color information

#375A85 (or 0x375A85) is unknown color: approx St Tropaz. HEX triplet: 37, 5A and 85. RGB value is (55,90,133). Sum of RGB (Red+Green+Blue) = 55+90+133=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #375A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375A85 is #C8A57A. Grayscale: #545454. Windows color (decimal): -13149563 or 8739383. OLE color: 8739383.

HSL color Cylindrical-coordinate representation of color #375A85: hue angle of 213.08º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #375A85 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5590133-
CMYK0.590.3200.48
HSL213.08º41.49%36.86%-
HSV(B)213.08º58.65%52.16%-
XYZ9.479.8223.59-
YUV84.44155.4107-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.78%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 133 (52.34% from 255) = 47.84%
R=19.78%
G=32.37%
B=47.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55901330.590.3200.48213.0841.4936.86
Hex375A853B20030d52925
Octal6713220573400603255145
Binary110111101101010000101111011100000011000011010101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375A85; }

 p { color: rgb(55,90,133); }

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

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

 a { background-color: rgb(55,90,133); }

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

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

 span { border-color: rgb(55,90,133); }

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