#37325C

Color #37325C Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #37325C

Tints of Jacarta #37325C

Color information

#37325C (or 0x37325C) is unknown color: approx Jacarta. HEX triplet: 37, 32 and 5C. RGB value is (55,50,92). Sum of RGB (Red+Green+Blue) = 55+50+92=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #37325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37325C is #C8CDA3. Grayscale: #383838. Windows color (decimal): -13159844 or 6042167. OLE color: 6042167.

HSL color Cylindrical-coordinate representation of color #37325C: hue angle of 247.14º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #37325C is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB555092-
CMYK0.400.4600.64
HSL247.14º29.58%27.84%-
HSV(B)247.14º45.65%36.08%-
XYZ4.653.8710.63-
YUV56.28148.16127.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.92%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 92 (36.33% from 255) = 46.70%
R=27.92%
G=25.38%
B=46.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5550920.400.4600.64247.1429.5827.84
Hex37325C282E040f71e1c
Octal6762134505601003673634
Binary110111110010101110010100010111001000000111101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37325C; }

 p { color: rgb(55,50,92); }

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

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

 a { background-color: rgb(55,50,92); }

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

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

 span { border-color: rgb(55,50,92); }

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