#375C8C

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

Shades of St Tropaz #375C8C

Tints of St Tropaz #375C8C

Color information

#375C8C (or 0x375C8C) is unknown color: approx St Tropaz. HEX triplet: 37, 5C and 8C. RGB value is (55,92,140). Sum of RGB (Red+Green+Blue) = 55+92+140=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #375C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375C8C is #C8A373. Grayscale: #565656. Windows color (decimal): -13149044 or 9198647. OLE color: 9198647.

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

Color convert

RGB5592140-
CMYK0.610.3400.45
HSL213.88º43.59%38.24%-
HSV(B)213.88º60.71%54.9%-
XYZ10.1410.3626.28-
YUV86.41158.24105.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.16%
GREEN value IS 92 (36.33% from 255) = 32.06%
BLUE value IS 140 (55.08% from 255) = 48.78%
R=19.16%
G=32.06%
B=48.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55921400.610.3400.45213.8843.5938.24
Hex375C8C3D2202Dd62c26
Octal6713421475420553265446
Binary110111101110010001100111101100010010110111010110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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