#375688

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

Shades of St Tropaz #375688

Tints of St Tropaz #375688

Color information

#375688 (or 0x375688) is unknown color: approx St Tropaz. HEX triplet: 37, 56 and 88. RGB value is (55,86,136). Sum of RGB (Red+Green+Blue) = 55+86+136=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #375688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375688 is #C8A977. Grayscale: #525252. Windows color (decimal): -13150584 or 8934967. OLE color: 8934967.

HSL color Cylindrical-coordinate representation of color #375688: hue angle of 217.04º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #375688 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5586136-
CMYK0.600.3700.47
HSL217.04º42.41%37.45%-
HSV(B)217.04º59.56%53.33%-
XYZ9.359.2524.58-
YUV82.43158.23108.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.86%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=19.86%
G=31.05%
B=49.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55861360.600.3700.47217.0442.4137.45
Hex3756883C2502Fd92a25
Octal6712621074450573315245
Binary110111101011010001000111100100101010111111011001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375688; }

 p { color: rgb(55,86,136); }

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

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

 a { background-color: rgb(55,86,136); }

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

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

 span { border-color: rgb(55,86,136); }

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