Html Css Color HEX #372E53 Cherry Pie

📋 copy color: '#372E53'

red 55 ◦ green 46 ◦ blue 83

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

Shades of Cherry Pie #372E53

Tints of Cherry Pie #372E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.11%

R = 29.89%
G = 25%
B = 45.11%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#372E53 (or 0x372E53) is known color: Cherry Pie. HEX triplet: 37, 2E and 53. RGB value is (55,46,83). Sum of RGB (Red+Green+Blue) = 55+46+83=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #372E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372E53 is #C8D1AC. Grayscale: #343434. Windows color (decimal): -13160877 or 5451319. OLE color: 5451319.

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

Color convert

RGB 55 46 83 -
CMYK 0.34 0.45 0 0.67
HSL 254.59º 0.29% 0.25% -
HSV(B) 254.59º 0.45% 0.33% -
XYZ 4.11 3.39 8.62 -
YUV 52.91 144.98 129.49 -
System Red Green Blue C M Y K H S L
Decimal 55 46 83 0.34 0.45 0 0.67 254.59 0.29 0.25
Hex 37 2E 53 22 2D 0 43 FF 1D 19
Octal 67 56 123 42 55 0 103 377 35 31
Binary 110111 101110 1010011 100010 101101 0 1000011 11111111 11101 11001

Color Harmonies of #372E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E53

Black with #372E53

Text Example


Text Example

White with #372E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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