Html Css Color HEX #363252 Cherry Pie

📋 copy color: '#363252'

red 54 ◦ green 50 ◦ blue 82

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

Shades of Cherry Pie #363252

Tints of Cherry Pie #363252

RGB

 RED value IS 54 (21.48% from 255) = 29.03%

 GREEN value IS 50 (19.92% from 255) = 26.88%

 BLUE value IS 82 (32.42% from 255) = 44.09%

R = 29.03%
G = 26.88%
B = 44.09%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#363252 (or 0x363252) is known color: Cherry Pie. HEX triplet: 36, 32 and 52. RGB value is (54,50,82). Sum of RGB (Red+Green+Blue) = 54+50+82=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 82 - color contains mainly: blue. Hex color #363252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363252 is #C9CDAD. Grayscale: #363636. Windows color (decimal): -13225390 or 5386806. OLE color: 5386806.

HSL color Cylindrical-coordinate representation of color #363252: hue angle of 247.5º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #363252 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 50 82 -
CMYK 0.34 0.39 0 0.68
HSL 247.5º 0.24% 0.26% -
HSV(B) 247.5º 0.39% 0.32% -
XYZ 4.18 3.67 8.47 -
YUV 54.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 54 50 82 0.34 0.39 0 0.68 247.5 0.24 0.26
Hex 36 32 52 22 27 0 44 F8 18 1A
Octal 66 62 122 42 47 0 104 370 30 32
Binary 110110 110010 1010010 100010 100111 0 1000100 11111000 11000 11010

Color Harmonies of #363252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363252

Black with #363252

Text Example


Text Example

White with #363252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363252; }

 p { color: rgb(54,50,82); }

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

background-color css

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

 a { background-color: rgb(54,50,82); }

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

border-color css

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

 span { border-color: rgb(54,50,82); }

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