Html Css Color HEX #3C2B58 Cherry Pie

📋 copy color: '#3C2B58'

red 60 ◦ green 43 ◦ blue 88

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

Shades of Cherry Pie #3C2B58

Tints of Cherry Pie #3C2B58

RGB

 RED value IS 60 (23.83% from 255) = 31.41%

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

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

R = 31.41%
G = 22.51%
B = 46.07%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C2B58 (or 0x3C2B58) is known color: Cherry Pie. HEX triplet: 3C, 2B and 58. RGB value is (60,43,88). Sum of RGB (Red+Green+Blue) = 60+43+88=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #3C2B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2B58 is #C3D4A7. Grayscale: #353535. Windows color (decimal): -12833960 or 5778236. OLE color: 5778236.

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

Color convert

RGB 60 43 88 -
CMYK 0.32 0.51 0 0.65
HSL 262.67º 0.34% 0.26% -
HSV(B) 262.67º 0.51% 0.35% -
XYZ 4.49 3.39 9.65 -
YUV 53.21 147.63 132.84 -
System Red Green Blue C M Y K H S L
Decimal 60 43 88 0.32 0.51 0 0.65 262.67 0.34 0.26
Hex 3C 2B 58 20 33 0 41 107 22 1A
Octal 74 53 130 40 63 0 101 407 42 32
Binary 111100 101011 1011000 100000 110011 0 1000001 100000111 100010 11010

Color Harmonies of #3C2B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2B58

Black with #3C2B58

Text Example


Text Example

White with #3C2B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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