#375B8A

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

Shades of St Tropaz #375B8A

Tints of St Tropaz #375B8A

Color information

#375B8A (or 0x375B8A) is unknown color: approx St Tropaz. HEX triplet: 37, 5B and 8A. RGB value is (55,91,138). Sum of RGB (Red+Green+Blue) = 55+91+138=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #375B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375B8A is #C8A475. Grayscale: #555555. Windows color (decimal): -13149302 or 9067319. OLE color: 9067319.

HSL color Cylindrical-coordinate representation of color #375B8A: hue angle of 213.98º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #375B8A is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5591138-
CMYK0.600.3400.46
HSL213.98º43.01%37.84%-
HSV(B)213.98º60.14%54.12%-
XYZ9.910.1325.48-
YUV85.59157.57106.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.37%
GREEN value IS 91 (35.94% from 255) = 32.04%
BLUE value IS 138 (54.30% from 255) = 48.59%
R=19.37%
G=32.04%
B=48.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55911380.600.3400.46213.9843.0137.84
Hex375B8A3C2202Ed62b26
Octal6713321274420563265346
Binary110111101101110001010111100100010010111011010110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,91,138); }

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

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

 a { background-color: rgb(55,91,138); }

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

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

 span { border-color: rgb(55,91,138); }

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