#375482

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

Shades of St Tropaz #375482

Tints of St Tropaz #375482

Color information

#375482 (or 0x375482) is unknown color: approx St Tropaz. HEX triplet: 37, 54 and 82. RGB value is (55,84,130). Sum of RGB (Red+Green+Blue) = 55+84+130=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #375482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375482 is #C8AB7D. Grayscale: #505050. Windows color (decimal): -13151102 or 8541239. OLE color: 8541239.

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

Color convert

RGB5584130-
CMYK0.580.3500.49
HSL216.8º40.54%36.27%-
HSV(B)216.8º57.69%50.98%-
XYZ8.788.7622.35-
YUV80.57155.89109.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=20.45%
G=31.23%
B=48.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55841300.580.3500.49216.840.5436.27
Hex3754823A23031d92924
Octal6712420272430613315144
Binary110111101010010000010111010100011011000111011001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375482; }

 p { color: rgb(55,84,130); }

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

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

 a { background-color: rgb(55,84,130); }

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

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

 span { border-color: rgb(55,84,130); }

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