Html Css Color HEX #362B59 Cherry Pie

📋 copy color: '#362B59'

red 54 ◦ green 43 ◦ blue 89

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

Shades of Cherry Pie #362B59

Tints of Cherry Pie #362B59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 47.85%

R = 29.03%
G = 23.12%
B = 47.85%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#362B59 (or 0x362B59) is known color: Cherry Pie. HEX triplet: 36, 2B and 59. RGB value is (54,43,89). Sum of RGB (Red+Green+Blue) = 54+43+89=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #362B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362B59 is #C9D4A6. Grayscale: #333333. Windows color (decimal): -13227175 or 5843766. OLE color: 5843766.

HSL color Cylindrical-coordinate representation of color #362B59: hue angle of 254.35º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #362B59 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 43 89 -
CMYK 0.39 0.52 0 0.65
HSL 254.35º 0.35% 0.26% -
HSV(B) 254.35º 0.52% 0.35% -
XYZ 4.19 3.23 9.85 -
YUV 51.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 54 43 89 0.39 0.52 0 0.65 254.35 0.35 0.26
Hex 36 2B 59 27 34 0 41 FE 23 1A
Octal 66 53 131 47 64 0 101 376 43 32
Binary 110110 101011 1011001 100111 110100 0 1000001 11111110 100011 11010

Color Harmonies of #362B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362B59

Black with #362B59

Text Example


Text Example

White with #362B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362B59; }

 p { color: rgb(54,43,89); }

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

background-color css

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

 a { background-color: rgb(54,43,89); }

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

border-color css

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

 span { border-color: rgb(54,43,89); }

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