Html Css Color HEX #3C3050 Cherry Pie

📋 copy color: '#3C3050'

red 60 ◦ green 48 ◦ blue 80

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

Shades of Cherry Pie #3C3050

Tints of Cherry Pie #3C3050

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.53%

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

R = 31.91%
G = 25.53%
B = 42.55%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C3050 (or 0x3C3050) is known color: Cherry Pie. HEX triplet: 3C, 30 and 50. RGB value is (60,48,80). Sum of RGB (Red+Green+Blue) = 60+48+80=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C3050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3050 is #C3CFAF. Grayscale: #373737. Windows color (decimal): -12832688 or 5255228. OLE color: 5255228.

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

Color convert

RGB 60 48 80 -
CMYK 0.25 0.40 0 0.69
HSL 262.5º 0.25% 0.25% -
HSV(B) 262.5º 0.4% 0.31% -
XYZ 4.37 3.65 8.06 -
YUV 55.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 60 48 80 0.25 0.40 0 0.69 262.5 0.25 0.25
Hex 3C 30 50 19 28 0 45 106 19 19
Octal 74 60 120 31 50 0 105 406 31 31
Binary 111100 110000 1010000 11001 101000 0 1000101 100000110 11001 11001

Color Harmonies of #3C3050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3050

Black with #3C3050

Text Example


Text Example

White with #3C3050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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