Html Css Color HEX #373450 Cherry Pie

📋 copy color: '#373450'

red 55 ◦ green 52 ◦ blue 80

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

Shades of Cherry Pie #373450

Tints of Cherry Pie #373450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.81%

 BLUE value IS 80 (31.64% from 255) = 42.78%

R = 29.41%
G = 27.81%
B = 42.78%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#373450 (or 0x373450) is known color: Cherry Pie. HEX triplet: 37, 34 and 50. RGB value is (55,52,80). Sum of RGB (Red+Green+Blue) = 55+52+80=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #373450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373450 is #C8CBAF. Grayscale: #373737. Windows color (decimal): -13159344 or 5256247. OLE color: 5256247.

HSL color Cylindrical-coordinate representation of color #373450: hue angle of 246.43º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #373450 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 52 80 -
CMYK 0.31 0.35 0 0.69
HSL 246.43º 0.21% 0.26% -
HSV(B) 246.43º 0.35% 0.31% -
XYZ 4.25 3.85 8.11 -
YUV 56.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 55 52 80 0.31 0.35 0 0.69 246.43 0.21 0.26
Hex 37 34 50 1F 23 0 45 F6 15 1A
Octal 67 64 120 37 43 0 105 366 25 32
Binary 110111 110100 1010000 11111 100011 0 1000101 11110110 10101 11010

Color Harmonies of #373450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373450

Black with #373450

Text Example


Text Example

White with #373450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373450; }

 p { color: rgb(55,52,80); }

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

background-color css

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

 a { background-color: rgb(55,52,80); }

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

border-color css

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

 span { border-color: rgb(55,52,80); }

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