Html Css Color HEX #372B54 Cherry Pie

📋 copy color: '#372B54'

red 55 ◦ green 43 ◦ blue 84

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

Shades of Cherry Pie #372B54

Tints of Cherry Pie #372B54

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.63%

 BLUE value IS 84 (33.2% from 255) = 46.15%

R = 30.22%
G = 23.63%
B = 46.15%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#372B54 (or 0x372B54) is known color: Cherry Pie. HEX triplet: 37, 2B and 54. RGB value is (55,43,84). Sum of RGB (Red+Green+Blue) = 55+43+84=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #372B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372B54 is #C8D4AB. Grayscale: #333333. Windows color (decimal): -13161644 or 5516087. OLE color: 5516087.

HSL color Cylindrical-coordinate representation of color #372B54: hue angle of 257.56º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #372B54 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 43 84 -
CMYK 0.35 0.49 0 0.67
HSL 257.56º 0.32% 0.25% -
HSV(B) 257.56º 0.49% 0.33% -
XYZ 4.04 3.18 8.79 -
YUV 51.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 55 43 84 0.35 0.49 0 0.67 257.56 0.32 0.25
Hex 37 2B 54 23 31 0 43 102 20 19
Octal 67 53 124 43 61 0 103 402 40 31
Binary 110111 101011 1010100 100011 110001 0 1000011 100000010 100000 11001

Color Harmonies of #372B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B54

Black with #372B54

Text Example


Text Example

White with #372B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,43,84); }

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

background-color css

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

 a { background-color: rgb(55,43,84); }

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

border-color css

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

 span { border-color: rgb(55,43,84); }

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