#37335A

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

Shades of Jacarta #37335A

Tints of Jacarta #37335A

Color information

#37335A (or 0x37335A) is unknown color: approx Jacarta. HEX triplet: 37, 33 and 5A. RGB value is (55,51,90). Sum of RGB (Red+Green+Blue) = 55+51+90=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #37335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37335A is #C8CCA5. Grayscale: #383838. Windows color (decimal): -13159590 or 5911351. OLE color: 5911351.

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

Color convert

RGB555190-
CMYK0.390.4300.65
HSL246.15º27.66%27.65%-
HSV(B)246.15º43.33%35.29%-
XYZ4.63.9210.19-
YUV56.64146.83126.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.06%
GREEN value IS 51 (20.31% from 255) = 26.02%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=28.06%
G=26.02%
B=45.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5551900.390.4300.65246.1527.6627.65
Hex37335A272B041f61c1c
Octal6763132475301013663434
Binary110111110011101101010011110101101000001111101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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