Html Css Color HEX #3C3054 Cherry Pie

📋 copy color: '#3C3054'

red 60 ◦ green 48 ◦ blue 84

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

Shades of Cherry Pie #3C3054

Tints of Cherry Pie #3C3054

RGB

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

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

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

R = 31.25%
G = 25%
B = 43.75%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3C3054 (or 0x3C3054) is known color: Cherry Pie. HEX triplet: 3C, 30 and 54. RGB value is (60,48,84). Sum of RGB (Red+Green+Blue) = 60+48+84=192 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.25% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 84 - color contains mainly: blue. Hex color #3C3054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3054 is #C3CFAB. Grayscale: #373737. Windows color (decimal): -12832684 or 5517372. OLE color: 5517372.

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

Color convert

RGB 60 48 84 -
CMYK 0.29 0.43 0 0.67
HSL 260º 0.27% 0.26% -
HSV(B) 260º 0.43% 0.33% -
XYZ 4.52 3.71 8.87 -
YUV 55.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 60 48 84 0.29 0.43 0 0.67 260 0.27 0.26
Hex 3C 30 54 1D 2B 0 43 104 1B 1A
Octal 74 60 124 35 53 0 103 404 33 32
Binary 111100 110000 1010100 11101 101011 0 1000011 100000100 11011 11010

Color Harmonies of #3C3054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3054

Black with #3C3054

Text Example


Text Example

White with #3C3054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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