Html Css Color HEX #3B2B58 Cherry Pie

📋 copy color: '#3B2B58'

red 59 ◦ green 43 ◦ blue 88

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

Shades of Cherry Pie #3B2B58

Tints of Cherry Pie #3B2B58

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.63%

 BLUE value IS 88 (34.77% from 255) = 46.32%

R = 31.05%
G = 22.63%
B = 46.32%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B2B58 (or 0x3B2B58) is known color: Cherry Pie. HEX triplet: 3B, 2B and 58. RGB value is (59,43,88). Sum of RGB (Red+Green+Blue) = 59+43+88=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #3B2B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2B58 is #C4D4A7. Grayscale: #343434. Windows color (decimal): -12899496 or 5778235. OLE color: 5778235.

HSL color Cylindrical-coordinate representation of color #3B2B58: hue angle of 261.33º 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 #3B2B58 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 43 88 -
CMYK 0.33 0.51 0 0.65
HSL 261.33º 0.34% 0.26% -
HSV(B) 261.33º 0.51% 0.35% -
XYZ 4.43 3.36 9.65 -
YUV 52.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 59 43 88 0.33 0.51 0 0.65 261.33 0.34 0.26
Hex 3B 2B 58 21 33 0 41 105 22 1A
Octal 73 53 130 41 63 0 101 405 42 32
Binary 111011 101011 1011000 100001 110011 0 1000001 100000101 100010 11010

Color Harmonies of #3B2B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2B58

Black with #3B2B58

Text Example


Text Example

White with #3B2B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,43,88); }

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

background-color css

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

 a { background-color: rgb(59,43,88); }

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

border-color css

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

 span { border-color: rgb(59,43,88); }

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