Html Css Color HEX #37325A Jacarta

📋 copy color: '#37325A'

red 55 ◦ green 50 ◦ blue 90

#37325A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacarta #37325A

Tints of Jacarta #37325A

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 value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#37325A (or 0x37325A) is known color: 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

RGB 55 50 90 -
CMYK 0.39 0.44 0 0.65
HSL 247.5º 0.29% 0.27% -
HSV(B) 247.5º 0.44% 0.35% -
XYZ 4.56 3.83 10.17 -
YUV 56.06 147.16 127.25 -
System Red Green Blue C M Y K H S L
Decimal 55 50 90 0.39 0.44 0 0.65 247.5 0.29 0.27
Hex 37 32 5A 27 2C 0 41 F8 1D 1B
Octal 67 62 132 47 54 0 101 370 35 33
Binary 110111 110010 1011010 100111 101100 0 1000001 11111000 11101 11011

Color Harmonies of #37325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37325A

Black with #37325A

Text Example


Text Example

White with #37325A

Text Example


Text Example

HTML Codes & Css Web 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>