Html Css Color HEX #393056 Cherry Pie

📋 copy color: '#393056'

red 57 ◦ green 48 ◦ blue 86

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

Shades of Cherry Pie #393056

Tints of Cherry Pie #393056

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.13%

 BLUE value IS 86 (33.98% from 255) = 45.03%

R = 29.84%
G = 25.13%
B = 45.03%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#393056 (or 0x393056) is known color: Cherry Pie. HEX triplet: 39, 30 and 56. RGB value is (57,48,86). Sum of RGB (Red+Green+Blue) = 57+48+86=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #393056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393056 is #C6CFA9. Grayscale: #363636. Windows color (decimal): -13029290 or 5648441. OLE color: 5648441.

HSL color Cylindrical-coordinate representation of color #393056: hue angle of 254.21º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #393056 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 48 86 -
CMYK 0.34 0.44 0 0.66
HSL 254.21º 0.28% 0.26% -
HSV(B) 254.21º 0.44% 0.34% -
XYZ 4.42 3.66 9.28 -
YUV 55.02 145.48 129.41 -
System Red Green Blue C M Y K H S L
Decimal 57 48 86 0.34 0.44 0 0.66 254.21 0.28 0.26
Hex 39 30 56 22 2C 0 42 FE 1C 1A
Octal 71 60 126 42 54 0 102 376 34 32
Binary 111001 110000 1010110 100010 101100 0 1000010 11111110 11100 11010

Color Harmonies of #393056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393056

Black with #393056

Text Example


Text Example

White with #393056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393056; }

 p { color: rgb(57,48,86); }

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

background-color css

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

 a { background-color: rgb(57,48,86); }

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

border-color css

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

 span { border-color: rgb(57,48,86); }

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