#375683

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

Shades of St Tropaz #375683

Tints of St Tropaz #375683

Color information

#375683 (or 0x375683) is unknown color: approx St Tropaz. HEX triplet: 37, 56 and 83. RGB value is (55,86,131). Sum of RGB (Red+Green+Blue) = 55+86+131=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #375683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375683 is #C8A97C. Grayscale: #515151. Windows color (decimal): -13150589 or 8607287. OLE color: 8607287.

HSL color Cylindrical-coordinate representation of color #375683: hue angle of 215.53º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #375683 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5586131-
CMYK0.580.3400.49
HSL215.53º40.86%36.47%-
HSV(B)215.53º58.02%51.37%-
XYZ99.1122.76-
YUV81.86155.73108.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.22%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 131 (51.56% from 255) = 48.16%
R=20.22%
G=31.62%
B=48.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55861310.580.3400.49215.5340.8636.47
Hex3756833A22031d82924
Octal6712620372420613305144
Binary110111101011010000011111010100010011000111011000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375683; }

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

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

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

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

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

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

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

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