Html Css Color HEX #352554 Cherry Pie

📋 copy color: '#352554'

red 53 ◦ green 37 ◦ blue 84

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

Shades of Cherry Pie #352554

Tints of Cherry Pie #352554

RGB

 RED value IS 53 (21.09% from 255) = 30.46%

 GREEN value IS 37 (14.84% from 255) = 21.26%

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

R = 30.46%
G = 21.26%
B = 48.28%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#352554 (or 0x352554) is known color: Cherry Pie. HEX triplet: 35, 25 and 54. RGB value is (53,37,84). Sum of RGB (Red+Green+Blue) = 53+37+84=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #352554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352554 is #CADAAB. Grayscale: #2E2E2E. Windows color (decimal): -13294252 or 5514549. OLE color: 5514549.

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

Color convert

RGB 53 37 84 -
CMYK 0.37 0.56 0 0.67
HSL 260.43º 0.39% 0.24% -
HSV(B) 260.43º 0.56% 0.33% -
XYZ 3.73 2.72 8.72 -
YUV 47.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 53 37 84 0.37 0.56 0 0.67 260.43 0.39 0.24
Hex 35 25 54 25 38 0 43 104 27 18
Octal 65 45 124 45 70 0 103 404 47 30
Binary 110101 100101 1010100 100101 111000 0 1000011 100000100 100111 11000

Color Harmonies of #352554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352554

Black with #352554

Text Example


Text Example

White with #352554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352554; }

 p { color: rgb(53,37,84); }

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

background-color css

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

 a { background-color: rgb(53,37,84); }

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

border-color css

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

 span { border-color: rgb(53,37,84); }

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