Html Css Color HEX #362B4B Cherry Pie

📋 copy color: '#362B4B'

red 54 ◦ green 43 ◦ blue 75

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

Shades of Cherry Pie #362B4B

Tints of Cherry Pie #362B4B

RGB

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

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

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

R = 31.4%
G = 25%
B = 43.6%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#362B4B (or 0x362B4B) is known color: Cherry Pie. HEX triplet: 36, 2B and 4B. RGB value is (54,43,75). Sum of RGB (Red+Green+Blue) = 54+43+75=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #362B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B4B is #C9D4B4. Grayscale: #313131. Windows color (decimal): -13227189 or 4926262. OLE color: 4926262.

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

Color convert

RGB 54 43 75 -
CMYK 0.28 0.43 0 0.71
HSL 260.63º 0.27% 0.23% -
HSV(B) 260.63º 0.43% 0.29% -
XYZ 3.66 3.02 7.05 -
YUV 49.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 54 43 75 0.28 0.43 0 0.71 260.63 0.27 0.23
Hex 36 2B 4B 1C 2B 0 47 105 1B 17
Octal 66 53 113 34 53 0 107 405 33 27
Binary 110110 101011 1001011 11100 101011 0 1000111 100000101 11011 10111

Color Harmonies of #362B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362B4B

Black with #362B4B

Text Example


Text Example

White with #362B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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