#375B8C

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

Shades of St Tropaz #375B8C

Tints of St Tropaz #375B8C

Color information

#375B8C (or 0x375B8C) is unknown color: approx St Tropaz. HEX triplet: 37, 5B and 8C. RGB value is (55,91,140). Sum of RGB (Red+Green+Blue) = 55+91+140=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #375B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375B8C is #C8A473. Grayscale: #555555. Windows color (decimal): -13149300 or 9198391. OLE color: 9198391.

HSL color Cylindrical-coordinate representation of color #375B8C: hue angle of 214.59º 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 #375B8C is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5591140-
CMYK0.610.3500.45
HSL214.59º43.59%38.24%-
HSV(B)214.59º60.71%54.9%-
XYZ10.0510.1926.25-
YUV85.82158.57106.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.23%
GREEN value IS 91 (35.94% from 255) = 31.82%
BLUE value IS 140 (55.08% from 255) = 48.95%
R=19.23%
G=31.82%
B=48.95%

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
Decimal55911400.610.3500.45214.5943.5938.24
Hex375B8C3D2302Dd72c26
Octal6713321475430553275446
Binary110111101101110001100111101100011010110111010111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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