#375884

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

Shades of St Tropaz #375884

Tints of St Tropaz #375884

Color information

#375884 (or 0x375884) is unknown color: approx St Tropaz. HEX triplet: 37, 58 and 84. RGB value is (55,88,132). Sum of RGB (Red+Green+Blue) = 55+88+132=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #375884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375884 is #C8A77B. Grayscale: #525252. Windows color (decimal): -13150076 or 8673335. OLE color: 8673335.

HSL color Cylindrical-coordinate representation of color #375884: hue angle of 214.29º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #375884 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5588132-
CMYK0.580.3300.48
HSL214.29º41.18%36.67%-
HSV(B)214.29º58.33%51.76%-
XYZ9.239.4623.17-
YUV83.15155.57107.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 132 (51.95% from 255) = 48%
R=20%
G=32%
B=48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55881320.580.3300.48214.2941.1836.67
Hex3758843A21030d62925
Octal6713020472410603265145
Binary110111101100010000100111010100001011000011010110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375884; }

 p { color: rgb(55,88,132); }

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

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

 a { background-color: rgb(55,88,132); }

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

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

 span { border-color: rgb(55,88,132); }

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