Html Css Color HEX #36294B Cherry Pie

📋 copy color: '#36294B'

red 54 ◦ green 41 ◦ blue 75

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

Shades of Cherry Pie #36294B

Tints of Cherry Pie #36294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.12%

 BLUE value IS 75 (29.69% from 255) = 44.12%

R = 31.76%
G = 24.12%
B = 44.12%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#36294B (or 0x36294B) is known color: Cherry Pie. HEX triplet: 36, 29 and 4B. RGB value is (54,41,75). Sum of RGB (Red+Green+Blue) = 54+41+75=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #36294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36294B is #C9D6B4. Grayscale: #303030. Windows color (decimal): -13227701 or 4925750. OLE color: 4925750.

HSL color Cylindrical-coordinate representation of color #36294B: hue angle of 262.94º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #36294B is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 41 75 -
CMYK 0.28 0.45 0 0.71
HSL 262.94º 0.29% 0.23% -
HSV(B) 262.94º 0.45% 0.29% -
XYZ 3.58 2.88 7.02 -
YUV 48.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 54 41 75 0.28 0.45 0 0.71 262.94 0.29 0.23
Hex 36 29 4B 1C 2D 0 47 107 1D 17
Octal 66 51 113 34 55 0 107 407 35 27
Binary 110110 101001 1001011 11100 101101 0 1000111 100000111 11101 10111

Color Harmonies of #36294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36294B

Black with #36294B

Text Example


Text Example

White with #36294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36294B; }

 p { color: rgb(54,41,75); }

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

background-color css

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

 a { background-color: rgb(54,41,75); }

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

border-color css

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

 span { border-color: rgb(54,41,75); }

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