Html Css Color HEX #372F5E Jacarta

📋 copy color: '#372F5E'

red 55 ◦ green 47 ◦ blue 94

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

Shades of Jacarta #372F5E

Tints of Jacarta #372F5E

RGB

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

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

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

R = 28.06%
G = 23.98%
B = 47.96%

CMYK

 C value IS 0.41

 M value IS 0.5

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#372F5E (or 0x372F5E) is known color: Jacarta. HEX triplet: 37, 2F and 5E. RGB value is (55,47,94). Sum of RGB (Red+Green+Blue) = 55+47+94=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #372F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372F5E is #C8D0A1. Grayscale: #363636. Windows color (decimal): -13160610 or 6172471. OLE color: 6172471.

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

Color convert

RGB 55 47 94 -
CMYK 0.41 0.5 0 0.63
HSL 250.21º 0.33% 0.28% -
HSV(B) 250.21º 0.5% 0.37% -
XYZ 4.61 3.65 11.05 -
YUV 54.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 55 47 94 0.41 0.5 0 0.63 250.21 0.33 0.28
Hex 37 2F 5E 29 32 0 3F FA 21 1C
Octal 67 57 136 51 62 0 77 372 41 34
Binary 110111 101111 1011110 101001 110010 0 111111 11111010 100001 11100

Color Harmonies of #372F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F5E

Black with #372F5E

Text Example


Text Example

White with #372F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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