Html Css Color HEX #38324F Cherry Pie

📋 copy color: '#38324F'

red 56 ◦ green 50 ◦ blue 79

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

Shades of Cherry Pie #38324F

Tints of Cherry Pie #38324F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 42.7%

R = 30.27%
G = 27.03%
B = 42.7%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#38324F (or 0x38324F) is known color: Cherry Pie. HEX triplet: 38, 32 and 4F. RGB value is (56,50,79). Sum of RGB (Red+Green+Blue) = 56+50+79=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 79 - color contains mainly: blue. Hex color #38324F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38324F is #C7CDB0. Grayscale: #363636. Windows color (decimal): -13094321 or 5190200. OLE color: 5190200.

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

Color convert

RGB 56 50 79 -
CMYK 0.29 0.37 0 0.69
HSL 252.41º 0.22% 0.25% -
HSV(B) 252.41º 0.37% 0.31% -
XYZ 4.18 3.69 7.89 -
YUV 55.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 56 50 79 0.29 0.37 0 0.69 252.41 0.22 0.25
Hex 38 32 4F 1D 25 0 45 FC 16 19
Octal 70 62 117 35 45 0 105 374 26 31
Binary 111000 110010 1001111 11101 100101 0 1000101 11111100 10110 11001

Color Harmonies of #38324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38324F

Black with #38324F

Text Example


Text Example

White with #38324F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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