#37537A

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

Shades of St Tropaz #37537A

Tints of St Tropaz #37537A

Color information

#37537A (or 0x37537A) is unknown color: approx St Tropaz. HEX triplet: 37, 53 and 7A. RGB value is (55,83,122). Sum of RGB (Red+Green+Blue) = 55+83+122=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 122 - color contains mainly: blue. Hex color #37537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37537A is #C8AC85. Grayscale: #4E4E4E. Windows color (decimal): -13151366 or 8016695. OLE color: 8016695.

HSL color Cylindrical-coordinate representation of color #37537A: hue angle of 214.93º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37537A is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5583122-
CMYK0.550.3200.52
HSL214.93º37.85%34.71%-
HSV(B)214.93º54.92%47.84%-
XYZ8.188.419.6-
YUV79.07152.22110.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 122 (48.05% from 255) = 46.92%
R=21.15%
G=31.92%
B=46.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55831220.550.3200.52214.9337.8534.71
Hex37537A3720034d72623
Octal6712317267400643274643
Binary11011110100111111010110111100000011010011010111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37537A; }

 p { color: rgb(55,83,122); }

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

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

 a { background-color: rgb(55,83,122); }

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

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

 span { border-color: rgb(55,83,122); }

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