Html Css Color HEX #352F57 Cherry Pie

📋 copy color: '#352F57'

red 53 ◦ green 47 ◦ blue 87

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

Shades of Cherry Pie #352F57

Tints of Cherry Pie #352F57

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.13%

 BLUE value IS 87 (34.38% from 255) = 46.52%

R = 28.34%
G = 25.13%
B = 46.52%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#352F57 (or 0x352F57) is known color: Cherry Pie. HEX triplet: 35, 2F and 57. RGB value is (53,47,87). Sum of RGB (Red+Green+Blue) = 53+47+87=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #352F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F57 is #CAD0A8. Grayscale: #353535. Windows color (decimal): -13291689 or 5713717. OLE color: 5713717.

HSL color Cylindrical-coordinate representation of color #352F57: hue angle of 249º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #352F57 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 47 87 -
CMYK 0.39 0.46 0 0.66
HSL 249º 0.3% 0.26% -
HSV(B) 249º 0.46% 0.34% -
XYZ 4.21 3.48 9.47 -
YUV 53.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 53 47 87 0.39 0.46 0 0.66 249 0.3 0.26
Hex 35 2F 57 27 2E 0 42 F9 1E 1A
Octal 65 57 127 47 56 0 102 371 36 32
Binary 110101 101111 1010111 100111 101110 0 1000010 11111001 11110 11010

Color Harmonies of #352F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F57

Black with #352F57

Text Example


Text Example

White with #352F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,47,87); }

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

background-color css

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

 a { background-color: rgb(53,47,87); }

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

border-color css

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

 span { border-color: rgb(53,47,87); }

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