Html Css Color HEX #37325D Jacarta

📋 copy color: '#37325D'

red 55 ◦ green 50 ◦ blue 93

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

Shades of Jacarta #37325D

Tints of Jacarta #37325D

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

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

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

RGB 55 50 93 -
CMYK 0.41 0.46 0 0.64
HSL 246.98º 0.3% 0.28% -
HSV(B) 246.98º 0.46% 0.36% -
XYZ 4.69 3.88 10.86 -
YUV 56.4 148.66 127 -
System Red Green Blue C M Y K H S L
Decimal 55 50 93 0.41 0.46 0 0.64 246.98 0.3 0.28
Hex 37 32 5D 29 2E 0 40 F7 1E 1C
Octal 67 62 135 51 56 0 100 367 36 34
Binary 110111 110010 1011101 101001 101110 0 1000000 11110111 11110 11100

Color Harmonies of #37325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37325D

Black with #37325D

Text Example


Text Example

White with #37325D

Text Example


Text Example

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