Html Css Color HEX #372F5D Jacarta

📋 copy color: '#372F5D'

red 55 ◦ green 47 ◦ blue 93

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

Shades of Jacarta #372F5D

Tints of Jacarta #372F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.1%

 BLUE value IS 93 (36.72% from 255) = 47.69%

R = 28.21%
G = 24.1%
B = 47.69%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#372F5D (or 0x372F5D) is known color: Jacarta. HEX triplet: 37, 2F and 5D. RGB value is (55,47,93). Sum of RGB (Red+Green+Blue) = 55+47+93=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #372F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372F5D is #C8D0A2. Grayscale: #363636. Windows color (decimal): -13160611 or 6106935. OLE color: 6106935.

HSL color Cylindrical-coordinate representation of color #372F5D: hue angle of 250.43º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #372F5D is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 47 93 -
CMYK 0.41 0.49 0 0.64
HSL 250.43º 0.33% 0.27% -
HSV(B) 250.43º 0.49% 0.36% -
XYZ 4.57 3.64 10.82 -
YUV 54.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 55 47 93 0.41 0.49 0 0.64 250.43 0.33 0.27
Hex 37 2F 5D 29 31 0 40 FA 21 1B
Octal 67 57 135 51 61 0 100 372 41 33
Binary 110111 101111 1011101 101001 110001 0 1000000 11111010 100001 11011

Color Harmonies of #372F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F5D

Black with #372F5D

Text Example


Text Example

White with #372F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,47,93); }

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

background-color css

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

 a { background-color: rgb(55,47,93); }

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

border-color css

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

 span { border-color: rgb(55,47,93); }

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