#37325D

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

Shades of Jacarta #37325D

Tints of Jacarta #37325D

Color information

#37325D (or 0x37325D) is unknown color: approx Jacarta. HEX triplet: 37, 32 and 5D. RGB value is (55,50,93). Sum of RGB (Red+Green+Blue) = 55+50+93=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #37325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37325D is #C8CDA2. Grayscale: #383838. Windows color (decimal): -13159843 or 6107703. OLE color: 6107703.

HSL color Cylindrical-coordinate representation of color #37325D: hue angle of 246.98º 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 #37325D is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB555093-
CMYK0.410.4600.64
HSL246.98º30.07%28.04%-
HSV(B)246.98º46.24%36.47%-
XYZ4.693.8810.86-
YUV56.4148.66127-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.78%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 93 (36.72% from 255) = 46.97%
R=27.78%
G=25.25%
B=46.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5550930.410.4600.64246.9830.0728.04
Hex37325D292E040f71e1c
Octal6762135515601003673634
Binary110111110010101110110100110111001000000111101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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