Html Css Color HEX #3C2C54 Cherry Pie

📋 copy color: '#3C2C54'

red 60 ◦ green 44 ◦ blue 84

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

Shades of Cherry Pie #3C2C54

Tints of Cherry Pie #3C2C54

RGB

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

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

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

R = 31.91%
G = 23.4%
B = 44.68%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3C2C54 (or 0x3C2C54) is known color: Cherry Pie. HEX triplet: 3C, 2C and 54. RGB value is (60,44,84). Sum of RGB (Red+Green+Blue) = 60+44+84=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #3C2C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2C54 is #C3D3AB. Grayscale: #353535. Windows color (decimal): -12833708 or 5516348. OLE color: 5516348.

HSL color Cylindrical-coordinate representation of color #3C2C54: hue angle of 264º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C2C54 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 44 84 -
CMYK 0.29 0.48 0 0.67
HSL 264º 0.31% 0.25% -
HSV(B) 264º 0.48% 0.33% -
XYZ 4.36 3.4 8.81 -
YUV 53.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 60 44 84 0.29 0.48 0 0.67 264 0.31 0.25
Hex 3C 2C 54 1D 30 0 43 108 1F 19
Octal 74 54 124 35 60 0 103 410 37 31
Binary 111100 101100 1010100 11101 110000 0 1000011 100001000 11111 11001

Color Harmonies of #3C2C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2C54

Black with #3C2C54

Text Example


Text Example

White with #3C2C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,44,84); }

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

background-color css

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

 a { background-color: rgb(60,44,84); }

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

border-color css

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

 span { border-color: rgb(60,44,84); }

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