#375B8B

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

Shades of St Tropaz #375B8B

Tints of St Tropaz #375B8B

Color information

#375B8B (or 0x375B8B) is unknown color: approx St Tropaz. HEX triplet: 37, 5B and 8B. RGB value is (55,91,139). Sum of RGB (Red+Green+Blue) = 55+91+139=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #375B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375B8B is #C8A474. Grayscale: #555555. Windows color (decimal): -13149301 or 9132855. OLE color: 9132855.

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

Color convert

RGB5591139-
CMYK0.600.3500.45
HSL214.29º43.3%38.04%-
HSV(B)214.29º60.43%54.51%-
XYZ9.9810.1625.86-
YUV85.71158.07106.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 91 (35.94% from 255) = 31.93%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=19.30%
G=31.93%
B=48.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55911390.600.3500.45214.2943.338.04
Hex375B8B3C2302Dd62b26
Octal6713321374430553265346
Binary110111101101110001011111100100011010110111010110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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