#37335B

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

Shades of Jacarta #37335B

Tints of Jacarta #37335B

Color information

#37335B (or 0x37335B) is unknown color: approx Jacarta. HEX triplet: 37, 33 and 5B. RGB value is (55,51,91). Sum of RGB (Red+Green+Blue) = 55+51+91=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #37335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37335B is #C8CCA4. Grayscale: #383838. Windows color (decimal): -13159589 or 5976887. OLE color: 5976887.

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

Color convert

RGB555191-
CMYK0.400.4400.64
HSL246º28.17%27.84%-
HSV(B)246º43.96%35.69%-
XYZ4.653.9410.41-
YUV56.76147.33126.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.92%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 91 (35.94% from 255) = 46.19%
R=27.92%
G=25.89%
B=46.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5551910.400.4400.6424628.1727.84
Hex37335B282C040f61c1c
Octal6763133505401003663434
Binary110111110011101101110100010110001000000111101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37335B; }

 p { color: rgb(55,51,91); }

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

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

 a { background-color: rgb(55,51,91); }

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

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

 span { border-color: rgb(55,51,91); }

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