Html Css Color HEX #372E5E Jacarta

📋 copy color: '#372E5E'

red 55 ◦ green 46 ◦ blue 94

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

Shades of Jacarta #372E5E

Tints of Jacarta #372E5E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.59%

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

R = 28.21%
G = 23.59%
B = 48.21%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#372E5E (or 0x372E5E) is known color: Jacarta. HEX triplet: 37, 2E and 5E. RGB value is (55,46,94). Sum of RGB (Red+Green+Blue) = 55+46+94=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #372E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372E5E is #C8D1A1. Grayscale: #353535. Windows color (decimal): -13160866 or 6172215. OLE color: 6172215.

HSL color Cylindrical-coordinate representation of color #372E5E: hue angle of 251.25º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #372E5E is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 46 94 -
CMYK 0.41 0.51 0 0.63
HSL 251.25º 0.34% 0.27% -
HSV(B) 251.25º 0.51% 0.37% -
XYZ 4.57 3.57 11.04 -
YUV 54.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 55 46 94 0.41 0.51 0 0.63 251.25 0.34 0.27
Hex 37 2E 5E 29 33 0 3F FB 22 1B
Octal 67 56 136 51 63 0 77 373 42 33
Binary 110111 101110 1011110 101001 110011 0 111111 11111011 100010 11011

Color Harmonies of #372E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E5E

Black with #372E5E

Text Example


Text Example

White with #372E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372E5E; }

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

 H1.HeaderClassName
 {
   color: #372E5E;
 }
 .AnyTagClassName
 {
   color: #372E5E;
 }
</style>

background-color css

<style>
 a { background-color: #372E5E; }

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

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

border-color css

<style>
 span { border-color: #372E5E; }

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

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