#3C304F

Color #3C304F Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #3C304F

Tints of Cherry Pie #3C304F

Color information

#3C304F (or 0x3C304F) is unknown color: approx Cherry Pie. HEX triplet: 3C, 30 and 4F. RGB value is (60,48,79). Sum of RGB (Red+Green+Blue) = 60+48+79=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C304F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C304F is #C3CFB0. Grayscale: #373737. Windows color (decimal): -12832689 or 5189692. OLE color: 5189692.

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

Color convert

RGB604879-
CMYK0.240.3900.69
HSL263.23º24.41%24.9%-
HSV(B)263.23º39.24%30.98%-
XYZ4.333.647.87-
YUV55.12141.48131.48-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.09%
GREEN value IS 48 (19.14% from 255) = 25.67%
BLUE value IS 79 (31.25% from 255) = 42.25%
R=32.09%
G=25.67%
B=42.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6048790.240.3900.69263.2324.4124.9
Hex3C304F18270451071819
Octal7460117304701054073031
Binary111100110000100111111000100111010001011000001111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C304F;
 }
 .AnyTagClassName
 {
   color: #3C304F;
 }
</style>
background-color css

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

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

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

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

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

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