#375B8D

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

Shades of St Tropaz #375B8D

Tints of St Tropaz #375B8D

Color information

#375B8D (or 0x375B8D) is unknown color: approx St Tropaz. HEX triplet: 37, 5B and 8D. RGB value is (55,91,141). Sum of RGB (Red+Green+Blue) = 55+91+141=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #375B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375B8D is #C8A472. Grayscale: #555555. Windows color (decimal): -13149299 or 9263927. OLE color: 9263927.

HSL color Cylindrical-coordinate representation of color #375B8D: hue angle of 214.88º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #375B8D is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5591141-
CMYK0.610.3500.45
HSL214.88º43.88%38.43%-
HSV(B)214.88º60.99%55.29%-
XYZ10.1210.2226.64-
YUV85.94159.07105.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.16%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 141 (55.47% from 255) = 49.13%
R=19.16%
G=31.71%
B=49.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55911410.610.3500.45214.8843.8838.43
Hex375B8D3D2302Dd72c26
Octal6713321575430553275446
Binary110111101101110001101111101100011010110111010111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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