Html Css Color HEX #352B57 Cherry Pie

📋 copy color: '#352B57'

red 53 ◦ green 43 ◦ blue 87

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

Shades of Cherry Pie #352B57

Tints of Cherry Pie #352B57

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.5%

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

R = 28.96%
G = 23.5%
B = 47.54%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#352B57 (or 0x352B57) is known color: Cherry Pie. HEX triplet: 35, 2B and 57. RGB value is (53,43,87). Sum of RGB (Red+Green+Blue) = 53+43+87=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #352B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B57 is #CAD4A8. Grayscale: #323232. Windows color (decimal): -13292713 or 5712693. OLE color: 5712693.

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

Color convert

RGB 53 43 87 -
CMYK 0.39 0.51 0 0.66
HSL 253.64º 0.34% 0.25% -
HSV(B) 253.64º 0.51% 0.34% -
XYZ 4.05 3.17 9.42 -
YUV 51.01 148.31 129.42 -
System Red Green Blue C M Y K H S L
Decimal 53 43 87 0.39 0.51 0 0.66 253.64 0.34 0.25
Hex 35 2B 57 27 33 0 42 FE 22 19
Octal 65 53 127 47 63 0 102 376 42 31
Binary 110101 101011 1010111 100111 110011 0 1000010 11111110 100010 11001

Color Harmonies of #352B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B57

Black with #352B57

Text Example


Text Example

White with #352B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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