Html Css Color HEX #332354 Cherry Pie

📋 copy color: '#332354'

red 51 ◦ green 35 ◦ blue 84

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

Shades of Cherry Pie #332354

Tints of Cherry Pie #332354

RGB

 RED value IS 51 (20.31% from 255) = 30%

 GREEN value IS 35 (14.06% from 255) = 20.59%

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

R = 30%
G = 20.59%
B = 49.41%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#332354 (or 0x332354) is known color: Cherry Pie. HEX triplet: 33, 23 and 54. RGB value is (51,35,84). Sum of RGB (Red+Green+Blue) = 51+35+84=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #332354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332354 is #CCDCAB. Grayscale: #2D2D2D. Windows color (decimal): -13425836 or 5514035. OLE color: 5514035.

HSL color Cylindrical-coordinate representation of color #332354: hue angle of 259.59º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #332354 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 35 84 -
CMYK 0.39 0.58 0 0.67
HSL 259.59º 0.41% 0.23% -
HSV(B) 259.59º 0.58% 0.33% -
XYZ 3.57 2.55 8.69 -
YUV 45.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 51 35 84 0.39 0.58 0 0.67 259.59 0.41 0.23
Hex 33 23 54 27 3A 0 43 104 29 17
Octal 63 43 124 47 72 0 103 404 51 27
Binary 110011 100011 1010100 100111 111010 0 1000011 100000100 101001 10111

Color Harmonies of #332354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332354

Black with #332354

Text Example


Text Example

White with #332354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332354; }

 p { color: rgb(51,35,84); }

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

background-color css

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

 a { background-color: rgb(51,35,84); }

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

border-color css

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

 span { border-color: rgb(51,35,84); }

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