Html Css Color HEX #352A59 Cherry Pie

📋 copy color: '#352A59'

red 53 ◦ green 42 ◦ blue 89

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

Shades of Cherry Pie #352A59

Tints of Cherry Pie #352A59

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.83%

 BLUE value IS 89 (35.16% from 255) = 48.37%

R = 28.8%
G = 22.83%
B = 48.37%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#352A59 (or 0x352A59) is known color: Cherry Pie. HEX triplet: 35, 2A and 59. RGB value is (53,42,89). Sum of RGB (Red+Green+Blue) = 53+42+89=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 42 (16.80% from 255 or 22.83% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #352A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352A59 is #CAD5A6. Grayscale: #323232. Windows color (decimal): -13292967 or 5843509. OLE color: 5843509.

HSL color Cylindrical-coordinate representation of color #352A59: hue angle of 254.04º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #352A59 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 42 89 -
CMYK 0.40 0.53 0 0.65
HSL 254.04º 0.36% 0.26% -
HSV(B) 254.04º 0.53% 0.35% -
XYZ 4.1 3.13 9.84 -
YUV 50.65 149.64 129.68 -
System Red Green Blue C M Y K H S L
Decimal 53 42 89 0.40 0.53 0 0.65 254.04 0.36 0.26
Hex 35 2A 59 28 35 0 41 FE 24 1A
Octal 65 52 131 50 65 0 101 376 44 32
Binary 110101 101010 1011001 101000 110101 0 1000001 11111110 100100 11010

Color Harmonies of #352A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352A59

Black with #352A59

Text Example


Text Example

White with #352A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352A59; }

 p { color: rgb(53,42,89); }

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

background-color css

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

 a { background-color: rgb(53,42,89); }

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

border-color css

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

 span { border-color: rgb(53,42,89); }

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