Html Css Color HEX #36285A Cherry Pie

📋 copy color: '#36285A'

red 54 ◦ green 40 ◦ blue 90

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

Shades of Cherry Pie #36285A

Tints of Cherry Pie #36285A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.74%

 BLUE value IS 90 (35.55% from 255) = 48.91%

R = 29.35%
G = 21.74%
B = 48.91%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#36285A (or 0x36285A) is known color: Cherry Pie. HEX triplet: 36, 28 and 5A. RGB value is (54,40,90). Sum of RGB (Red+Green+Blue) = 54+40+90=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #36285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36285A is #C9D7A5. Grayscale: #313131. Windows color (decimal): -13227942 or 5908534. OLE color: 5908534.

HSL color Cylindrical-coordinate representation of color #36285A: hue angle of 256.8º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36285A is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 40 90 -
CMYK 0.40 0.56 0 0.65
HSL 256.8º 0.38% 0.25% -
HSV(B) 256.8º 0.56% 0.35% -
XYZ 4.13 3.04 10.04 -
YUV 49.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 54 40 90 0.40 0.56 0 0.65 256.8 0.38 0.25
Hex 36 28 5A 28 38 0 41 101 26 19
Octal 66 50 132 50 70 0 101 401 46 31
Binary 110110 101000 1011010 101000 111000 0 1000001 100000001 100110 11001

Color Harmonies of #36285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36285A

Black with #36285A

Text Example


Text Example

White with #36285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36285A; }

 p { color: rgb(54,40,90); }

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

background-color css

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

 a { background-color: rgb(54,40,90); }

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

border-color css

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

 span { border-color: rgb(54,40,90); }

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