Html Css Color HEX #393254 Cherry Pie

📋 copy color: '#393254'

red 57 ◦ green 50 ◦ blue 84

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

Shades of Cherry Pie #393254

Tints of Cherry Pie #393254

RGB

 RED value IS 57 (22.66% from 255) = 29.84%

 GREEN value IS 50 (19.92% from 255) = 26.18%

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

R = 29.84%
G = 26.18%
B = 43.98%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#393254 (or 0x393254) is known color: Cherry Pie. HEX triplet: 39, 32 and 54. RGB value is (57,50,84). Sum of RGB (Red+Green+Blue) = 57+50+84=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 84 - color contains mainly: blue. Hex color #393254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393254 is #C6CDAB. Grayscale: #373737. Windows color (decimal): -13028780 or 5517881. OLE color: 5517881.

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

Color convert

RGB 57 50 84 -
CMYK 0.32 0.40 0 0.67
HSL 252.35º 0.25% 0.26% -
HSV(B) 252.35º 0.4% 0.33% -
XYZ 4.43 3.79 8.89 -
YUV 55.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 57 50 84 0.32 0.40 0 0.67 252.35 0.25 0.26
Hex 39 32 54 20 28 0 43 FC 19 1A
Octal 71 62 124 40 50 0 103 374 31 32
Binary 111001 110010 1010100 100000 101000 0 1000011 11111100 11001 11010

Color Harmonies of #393254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393254

Black with #393254

Text Example


Text Example

White with #393254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393254; }

 p { color: rgb(57,50,84); }

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

background-color css

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

 a { background-color: rgb(57,50,84); }

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

border-color css

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

 span { border-color: rgb(57,50,84); }

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