Html Css Color HEX #3C3350 Cherry Pie

📋 copy color: '#3C3350'

red 60 ◦ green 51 ◦ blue 80

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

Shades of Cherry Pie #3C3350

Tints of Cherry Pie #3C3350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.7%

 BLUE value IS 80 (31.64% from 255) = 41.88%

R = 31.41%
G = 26.7%
B = 41.88%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C3350 (or 0x3C3350) is known color: Cherry Pie. HEX triplet: 3C, 33 and 50. RGB value is (60,51,80). Sum of RGB (Red+Green+Blue) = 60+51+80=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C3350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3350 is #C3CCAF. Grayscale: #383838. Windows color (decimal): -12831920 or 5255996. OLE color: 5255996.

HSL color Cylindrical-coordinate representation of color #3C3350: hue angle of 258.62º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3C3350 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 51 80 -
CMYK 0.25 0.36 0 0.69
HSL 258.62º 0.22% 0.26% -
HSV(B) 258.62º 0.36% 0.31% -
XYZ 4.5 3.91 8.11 -
YUV 57 140.98 130.14 -
System Red Green Blue C M Y K H S L
Decimal 60 51 80 0.25 0.36 0 0.69 258.62 0.22 0.26
Hex 3C 33 50 19 24 0 45 103 16 1A
Octal 74 63 120 31 44 0 105 403 26 32
Binary 111100 110011 1010000 11001 100100 0 1000101 100000011 10110 11010

Color Harmonies of #3C3350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3350

Black with #3C3350

Text Example


Text Example

White with #3C3350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,51,80); }

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

background-color css

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

 a { background-color: rgb(60,51,80); }

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

border-color css

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

 span { border-color: rgb(60,51,80); }

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