Html Css Color HEX #3B2C59 Cherry Pie

📋 copy color: '#3B2C59'

red 59 ◦ green 44 ◦ blue 89

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

Shades of Cherry Pie #3B2C59

Tints of Cherry Pie #3B2C59

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.92%

 BLUE value IS 89 (35.16% from 255) = 46.35%

R = 30.73%
G = 22.92%
B = 46.35%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B2C59 (or 0x3B2C59) is known color: Cherry Pie. HEX triplet: 3B, 2C and 59. RGB value is (59,44,89). Sum of RGB (Red+Green+Blue) = 59+44+89=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B2C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2C59 is #C4D3A6. Grayscale: #353535. Windows color (decimal): -12899239 or 5844027. OLE color: 5844027.

HSL color Cylindrical-coordinate representation of color #3B2C59: hue angle of 260º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B2C59 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 44 89 -
CMYK 0.34 0.51 0 0.65
HSL 260º 0.34% 0.26% -
HSV(B) 260º 0.51% 0.35% -
XYZ 4.51 3.45 9.88 -
YUV 53.62 147.97 131.84 -
System Red Green Blue C M Y K H S L
Decimal 59 44 89 0.34 0.51 0 0.65 260 0.34 0.26
Hex 3B 2C 59 22 33 0 41 104 22 1A
Octal 73 54 131 42 63 0 101 404 42 32
Binary 111011 101100 1011001 100010 110011 0 1000001 100000100 100010 11010

Color Harmonies of #3B2C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2C59

Black with #3B2C59

Text Example


Text Example

White with #3B2C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,44,89); }

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

background-color css

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

 a { background-color: rgb(59,44,89); }

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

border-color css

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

 span { border-color: rgb(59,44,89); }

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