#37325A

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

Shades of Jacarta #37325A

Tints of Jacarta #37325A

Color information

#37325A (or 0x37325A) is unknown color: approx Jacarta. HEX triplet: 37, 32 and 5A. RGB value is (55,50,90). Sum of RGB (Red+Green+Blue) = 55+50+90=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #37325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37325A is #C8CDA5. Grayscale: #373737. Windows color (decimal): -13159846 or 5911095. OLE color: 5911095.

HSL color Cylindrical-coordinate representation of color #37325A: hue angle of 247.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #37325A is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB555090-
CMYK0.390.4400.65
HSL247.5º28.57%27.45%-
HSV(B)247.5º44.44%35.29%-
XYZ4.563.8310.17-
YUV56.06147.16127.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.21%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 90 (35.55% from 255) = 46.15%
R=28.21%
G=25.64%
B=46.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5550900.390.4400.65247.528.5727.45
Hex37325A272C041f81d1b
Octal6762132475401013703533
Binary110111110010101101010011110110001000001111110001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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