Html Css Color HEX #37315E Jacarta

📋 copy color: '#37315E'

red 55 ◦ green 49 ◦ blue 94

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

Shades of Jacarta #37315E

Tints of Jacarta #37315E

RGB

 RED value IS 55 (21.88% from 255) = 27.78%

 GREEN value IS 49 (19.53% from 255) = 24.75%

 BLUE value IS 94 (37.11% from 255) = 47.47%

R = 27.78%
G = 24.75%
B = 47.47%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37315E (or 0x37315E) is known color: Jacarta. HEX triplet: 37, 31 and 5E. RGB value is (55,49,94). Sum of RGB (Red+Green+Blue) = 55+49+94=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #37315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37315E is #C8CEA1. Grayscale: #373737. Windows color (decimal): -13160098 or 6172983. OLE color: 6172983.

HSL color Cylindrical-coordinate representation of color #37315E: hue angle of 248º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #37315E is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 49 94 -
CMYK 0.41 0.48 0 0.63
HSL 248º 0.31% 0.28% -
HSV(B) 248º 0.48% 0.37% -
XYZ 4.69 3.82 11.08 -
YUV 55.92 149.49 127.34 -
System Red Green Blue C M Y K H S L
Decimal 55 49 94 0.41 0.48 0 0.63 248 0.31 0.28
Hex 37 31 5E 29 30 0 3F F8 1F 1C
Octal 67 61 136 51 60 0 77 370 37 34
Binary 110111 110001 1011110 101001 110000 0 111111 11111000 11111 11100

Color Harmonies of #37315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37315E

Black with #37315E

Text Example


Text Example

White with #37315E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37315E; }

 p { color: rgb(55,49,94); }

 H1.HeaderClassName
 {
   color: #37315E;
 }
 .AnyTagClassName
 {
   color: #37315E;
 }
</style>

background-color css

<style>
 a { background-color: #37315E; }

 a { background-color: rgb(55,49,94); }

 div.DivClassName
 {
   background-color: #37315E;
 }
 .BgClassName
 {
   background-color: #37315E;
 }
</style>

border-color css

<style>
 span { border-color: #37315E; }

 span { border-color: rgb(55,49,94); }

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