#375889

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

Shades of St Tropaz #375889

Tints of St Tropaz #375889

Color information

#375889 (or 0x375889) is unknown color: approx St Tropaz. HEX triplet: 37, 58 and 89. RGB value is (55,88,137). Sum of RGB (Red+Green+Blue) = 55+88+137=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #375889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375889 is #C8A776. Grayscale: #535353. Windows color (decimal): -13150071 or 9001015. OLE color: 9001015.

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

Color convert

RGB5588137-
CMYK0.600.3600.46
HSL215.85º42.71%37.65%-
HSV(B)215.85º59.85%53.73%-
XYZ9.589.625.01-
YUV83.72158.07107.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.64%
GREEN value IS 88 (34.77% from 255) = 31.43%
BLUE value IS 137 (53.91% from 255) = 48.93%
R=19.64%
G=31.43%
B=48.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55881370.600.3600.46215.8542.7137.65
Hex3758893C2402Ed82b26
Octal6713021174440563305346
Binary110111101100010001001111100100100010111011011000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375889; }

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

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

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

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

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

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

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

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