#375D8B

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

Shades of St Tropaz #375D8B

Tints of St Tropaz #375D8B

Color information

#375D8B (or 0x375D8B) is unknown color: approx St Tropaz. HEX triplet: 37, 5D and 8B. RGB value is (55,93,139). Sum of RGB (Red+Green+Blue) = 55+93+139=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #375D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375D8B is #C8A274. Grayscale: #565656. Windows color (decimal): -13148789 or 9133367. OLE color: 9133367.

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

Color convert

RGB5593139-
CMYK0.600.3300.45
HSL212.86º43.3%38.04%-
HSV(B)212.86º60.43%54.51%-
XYZ10.1510.5125.92-
YUV86.88157.41105.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.16%
GREEN value IS 93 (36.72% from 255) = 32.40%
BLUE value IS 139 (54.69% from 255) = 48.43%
R=19.16%
G=32.40%
B=48.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55931390.600.3300.45212.8643.338.04
Hex375D8B3C2102Dd52b26
Octal6713521374410553255346
Binary110111101110110001011111100100001010110111010101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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