Html Css Color HEX #393454 Cherry Pie

📋 copy color: '#393454'

red 57 ◦ green 52 ◦ blue 84

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

Shades of Cherry Pie #393454

Tints of Cherry Pie #393454

RGB

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

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

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

R = 29.53%
G = 26.94%
B = 43.52%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#393454 (or 0x393454) is known color: Cherry Pie. HEX triplet: 39, 34 and 54. RGB value is (57,52,84). Sum of RGB (Red+Green+Blue) = 57+52+84=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #393454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393454 is #C6CBAB. Grayscale: #393939. Windows color (decimal): -13028268 or 5518393. OLE color: 5518393.

HSL color Cylindrical-coordinate representation of color #393454: hue angle of 249.38º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #393454 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 52 84 -
CMYK 0.32 0.38 0 0.67
HSL 249.38º 0.24% 0.27% -
HSV(B) 249.38º 0.38% 0.33% -
XYZ 4.52 3.97 8.92 -
YUV 57.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 57 52 84 0.32 0.38 0 0.67 249.38 0.24 0.27
Hex 39 34 54 20 26 0 43 F9 18 1B
Octal 71 64 124 40 46 0 103 371 30 33
Binary 111001 110100 1010100 100000 100110 0 1000011 11111001 11000 11011

Color Harmonies of #393454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393454

Black with #393454

Text Example


Text Example

White with #393454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393454; }

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

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

background-color css

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

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

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

border-color css

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

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

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