Html Css Color HEX #362C53 Cherry Pie

📋 copy color: '#362C53'

red 54 ◦ green 44 ◦ blue 83

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

Shades of Cherry Pie #362C53

Tints of Cherry Pie #362C53

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.31%

 BLUE value IS 83 (32.81% from 255) = 45.86%

R = 29.83%
G = 24.31%
B = 45.86%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#362C53 (or 0x362C53) is known color: Cherry Pie. HEX triplet: 36, 2C and 53. RGB value is (54,44,83). Sum of RGB (Red+Green+Blue) = 54+44+83=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #362C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362C53 is #C9D3AC. Grayscale: #333333. Windows color (decimal): -13226925 or 5450806. OLE color: 5450806.

HSL color Cylindrical-coordinate representation of color #362C53: hue angle of 255.38º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #362C53 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 44 83 -
CMYK 0.35 0.47 0 0.67
HSL 255.38º 0.31% 0.25% -
HSV(B) 255.38º 0.47% 0.33% -
XYZ 3.98 3.21 8.59 -
YUV 51.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 54 44 83 0.35 0.47 0 0.67 255.38 0.31 0.25
Hex 36 2C 53 23 2F 0 43 FF 1F 19
Octal 66 54 123 43 57 0 103 377 37 31
Binary 110110 101100 1010011 100011 101111 0 1000011 11111111 11111 11001

Color Harmonies of #362C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362C53

Black with #362C53

Text Example


Text Example

White with #362C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,44,83); }

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

background-color css

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

 a { background-color: rgb(54,44,83); }

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

border-color css

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

 span { border-color: rgb(54,44,83); }

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