Html Css Color HEX #38324E Cherry Pie

📋 copy color: '#38324E'

red 56 ◦ green 50 ◦ blue 78

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

Shades of Cherry Pie #38324E

Tints of Cherry Pie #38324E

RGB

 RED value IS 56 (22.27% from 255) = 30.43%

 GREEN value IS 50 (19.92% from 255) = 27.17%

 BLUE value IS 78 (30.86% from 255) = 42.39%

R = 30.43%
G = 27.17%
B = 42.39%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#38324E (or 0x38324E) is known color: Cherry Pie. HEX triplet: 38, 32 and 4E. RGB value is (56,50,78). Sum of RGB (Red+Green+Blue) = 56+50+78=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 78 - color contains mainly: blue. Hex color #38324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38324E is #C7CDB1. Grayscale: #363636. Windows color (decimal): -13094322 or 5124664. OLE color: 5124664.

HSL color Cylindrical-coordinate representation of color #38324E: hue angle of 252.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #38324E is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 50 78 -
CMYK 0.28 0.36 0 0.69
HSL 252.86º 0.22% 0.25% -
HSV(B) 252.86º 0.36% 0.31% -
XYZ 4.15 3.67 7.7 -
YUV 54.99 140.99 128.72 -
System Red Green Blue C M Y K H S L
Decimal 56 50 78 0.28 0.36 0 0.69 252.86 0.22 0.25
Hex 38 32 4E 1C 24 0 45 FD 16 19
Octal 70 62 116 34 44 0 105 375 26 31
Binary 111000 110010 1001110 11100 100100 0 1000101 11111101 10110 11001

Color Harmonies of #38324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38324E

Black with #38324E

Text Example


Text Example

White with #38324E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38324E; }

 p { color: rgb(56,50,78); }

 H1.HeaderClassName
 {
   color: #38324E;
 }
 .AnyTagClassName
 {
   color: #38324E;
 }
</style>

background-color css

<style>
 a { background-color: #38324E; }

 a { background-color: rgb(56,50,78); }

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

border-color css

<style>
 span { border-color: #38324E; }

 span { border-color: rgb(56,50,78); }

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