Html Css Color HEX #372B5A Cherry Pie

📋 copy color: '#372B5A'

red 55 ◦ green 43 ◦ blue 90

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

Shades of Cherry Pie #372B5A

Tints of Cherry Pie #372B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 47.87%

R = 29.26%
G = 22.87%
B = 47.87%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#372B5A (or 0x372B5A) is known color: Cherry Pie. HEX triplet: 37, 2B and 5A. RGB value is (55,43,90). Sum of RGB (Red+Green+Blue) = 55+43+90=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #372B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372B5A is #C8D4A5. Grayscale: #333333. Windows color (decimal): -13161638 or 5909303. OLE color: 5909303.

HSL color Cylindrical-coordinate representation of color #372B5A: hue angle of 255.32º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #372B5A is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 43 90 -
CMYK 0.39 0.52 0 0.65
HSL 255.32º 0.35% 0.26% -
HSV(B) 255.32º 0.52% 0.35% -
XYZ 4.28 3.28 10.08 -
YUV 51.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 55 43 90 0.39 0.52 0 0.65 255.32 0.35 0.26
Hex 37 2B 5A 27 34 0 41 FF 23 1A
Octal 67 53 132 47 64 0 101 377 43 32
Binary 110111 101011 1011010 100111 110100 0 1000001 11111111 100011 11010

Color Harmonies of #372B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B5A

Black with #372B5A

Text Example


Text Example

White with #372B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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