#375E8A

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

Shades of St Tropaz #375E8A

Tints of St Tropaz #375E8A

Color information

#375E8A (or 0x375E8A) is unknown color: approx St Tropaz. HEX triplet: 37, 5E and 8A. RGB value is (55,94,138). Sum of RGB (Red+Green+Blue) = 55+94+138=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #375E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375E8A is #C8A175. Grayscale: #575757. Windows color (decimal): -13148534 or 9068087. OLE color: 9068087.

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

Color convert

RGB5594138-
CMYK0.600.3200.46
HSL211.81º43.01%37.84%-
HSV(B)211.81º60.14%54.12%-
XYZ10.1710.6525.57-
YUV87.35156.58104.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.16%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 138 (54.30% from 255) = 48.08%
R=19.16%
G=32.75%
B=48.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55941380.600.3200.46211.8143.0137.84
Hex375E8A3C2002Ed42b26
Octal6713621274400563245346
Binary110111101111010001010111100100000010111011010100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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