Html Css Color HEX #3B2854 Cherry Pie

📋 copy color: '#3B2854'

red 59 ◦ green 40 ◦ blue 84

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

Shades of Cherry Pie #3B2854

Tints of Cherry Pie #3B2854

RGB

 RED value IS 59 (23.44% from 255) = 32.24%

 GREEN value IS 40 (16.02% from 255) = 21.86%

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

R = 32.24%
G = 21.86%
B = 45.9%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3B2854 (or 0x3B2854) is known color: Cherry Pie. HEX triplet: 3B, 28 and 54. RGB value is (59,40,84). Sum of RGB (Red+Green+Blue) = 59+40+84=183 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.24% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #3B2854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2854 is #C4D7AB. Grayscale: #323232. Windows color (decimal): -12900268 or 5515323. OLE color: 5515323.

HSL color Cylindrical-coordinate representation of color #3B2854: hue angle of 265.91º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B2854 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 40 84 -
CMYK 0.30 0.52 0 0.67
HSL 265.91º 0.35% 0.24% -
HSV(B) 265.91º 0.52% 0.33% -
XYZ 4.16 3.09 8.76 -
YUV 50.7 146.79 133.92 -
System Red Green Blue C M Y K H S L
Decimal 59 40 84 0.30 0.52 0 0.67 265.91 0.35 0.24
Hex 3B 28 54 1E 34 0 43 10A 23 18
Octal 73 50 124 36 64 0 103 412 43 30
Binary 111011 101000 1010100 11110 110100 0 1000011 100001010 100011 11000

Color Harmonies of #3B2854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2854

Black with #3B2854

Text Example


Text Example

White with #3B2854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B2854; }

 p { color: rgb(59,40,84); }

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

background-color css

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

 a { background-color: rgb(59,40,84); }

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

border-color css

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

 span { border-color: rgb(59,40,84); }

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