#375989

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

Shades of St Tropaz #375989

Tints of St Tropaz #375989

Color information

#375989 (or 0x375989) is unknown color: approx St Tropaz. HEX triplet: 37, 59 and 89. RGB value is (55,89,137). Sum of RGB (Red+Green+Blue) = 55+89+137=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #375989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375989 is #C8A676. Grayscale: #545454. Windows color (decimal): -13149815 or 9001271. OLE color: 9001271.

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

Color convert

RGB5589137-
CMYK0.600.3500.46
HSL215.12º42.71%37.65%-
HSV(B)215.12º59.85%53.73%-
XYZ9.669.7625.04-
YUV84.31157.74107.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.57%
GREEN value IS 89 (35.16% from 255) = 31.67%
BLUE value IS 137 (53.91% from 255) = 48.75%
R=19.57%
G=31.67%
B=48.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55891370.600.3500.46215.1242.7137.65
Hex3759893C2302Ed72b26
Octal6713121174430563275346
Binary110111101100110001001111100100011010111011010111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375989; }

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

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

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

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

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

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

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

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