Html Css Color HEX #352657 Cherry Pie

📋 copy color: '#352657'

red 53 ◦ green 38 ◦ blue 87

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

Shades of Cherry Pie #352657

Tints of Cherry Pie #352657

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.35%

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

R = 29.78%
G = 21.35%
B = 48.88%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#352657 (or 0x352657) is known color: Cherry Pie. HEX triplet: 35, 26 and 57. RGB value is (53,38,87). Sum of RGB (Red+Green+Blue) = 53+38+87=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #352657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352657 is #CAD9A8. Grayscale: #2F2F2F. Windows color (decimal): -13293993 or 5711413. OLE color: 5711413.

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

Color convert

RGB 53 38 87 -
CMYK 0.39 0.56 0 0.66
HSL 258.37º 0.39% 0.25% -
HSV(B) 258.37º 0.56% 0.34% -
XYZ 3.88 2.83 9.36 -
YUV 48.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 53 38 87 0.39 0.56 0 0.66 258.37 0.39 0.25
Hex 35 26 57 27 38 0 42 102 27 19
Octal 65 46 127 47 70 0 102 402 47 31
Binary 110101 100110 1010111 100111 111000 0 1000010 100000010 100111 11001

Color Harmonies of #352657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352657

Black with #352657

Text Example


Text Example

White with #352657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352657; }

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

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

background-color css

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

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

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

border-color css

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

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

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